rust/compiler/rustc_ast_lowering
Samuel Tardieu 6ee87ae594 Use the same span for attributes and Try expansion of ?
This is needed for Clippy to know that the `#[allow(unused)]` attributes
added by the expansion of `?` are part of the desugaring, and that they
do not come from the user code.

rust-lang/rust-clippy#13380 exhibits a manifestation of this problem.
2024-09-11 21:42:32 +02:00
..
src Use the same span for attributes and Try expansion of ? 2024-09-11 21:42:32 +02:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl stabilize asm_const 2024-08-13 23:18:31 +02:00