mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
721f688eff
Fix false positives for `implicit_return` and `empty_loop` on macro expansion. This PR only fixes `implicit_return` and `empty_loop`. But I suspect this bug may affect a lot of other lints.