Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#111015 - cjgillot:chained-let-and, r=compil…
…er-errors Remove wrong assertion in match checking. This assertions is completely misguided, introduced by rust-lang#108504. The responsible PR is on beta, nominating for backport. Instead of checking that this is not a `&&`, it would make sense to check that neither arms of that `&&` is a `let`. This seems like a lot of code for unclear benefit. r? `@saethlin`
- Loading branch information