![]() diagnostics: fix borrowck suggestions for if/while let conditionals This code detects the case where one of the borrows is inside the let init expr while the other end is not. If that happens, we don't want to suggest adding a semicolon, because it won't work. Fixes #133941 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |