mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
bc8bcc7e8a
Add `track_caller` attributes to trace origin of Clippy lints This allows the use of `-Z track-diagnostics` to see the origin of Clippy lints emission, as is already the case for lints coming from rustc.