mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
07726e3bf2
Remove wrong assertion in match checking. This assertions is completely misguided, introduced by https://github.com/rust-lang/rust/pull/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` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |