mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
1d1356d0f6
Indicate in `non_local_defs` lint that the macro needs to change This PR adds a note to indicate that the macro needs to change in the `non_local_definitions` lint output. Address https://github.com/rust-lang/rust/pull/125089#discussion_r1616311862 Fixes #125681 r? `@estebank`