rust/compiler/rustc_lint
surechen 1e8d6d1ec3 Make unused_parens's suggestion considering expr's attributes
For the expr with attributes, like `let _ = (#[inline] || println!("Hello!"));`, the suggestion's span should contains the attributes, or the suggestion will remove them.

fixes #129833
2024-10-12 09:32:25 +08:00
..
src Make unused_parens's suggestion considering expr's attributes 2024-10-12 09:32:25 +08:00
Cargo.toml non_local_defs: point to Self and Trait to give more context 2024-05-27 23:59:18 +02:00
messages.ftl Auto merge of #130768 - compiler-errors:rollup-8ncjy55, r=compiler-errors 2024-09-24 06:02:43 +00:00