mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
e3bb779e1e
Fix lint levels not getting overridden by attrs on `Stmt` nodes Fixes #130142. See comments on the issue for context. r? `@cjgillot`