rust/compiler/rustc_parse
Matthias Krüger 75c186bf43
Rollup merge of #142261 - folkertdev:unstable-attr-correct-edition, r=compiler-errors
use correct edition when warning for unsafe attributes

fixes https://github.com/rust-lang/rust/issues/142182

If an attribute is re-emitted by a macro, the incorrect edition was used to emit warnings for unsafe attributes.

This logic was introduced in https://github.com/rust-lang/rust/pull/139718

cc `@compiler-errors` `@ehuss`
2025-06-12 03:14:52 +02:00
..
src Rollup merge of #142261 - folkertdev:unstable-attr-correct-edition, r=compiler-errors 2025-06-12 03:14:52 +02:00
Cargo.toml Update rustc-literal-escaper version to 0.0.2 2025-04-04 22:26:10 +02:00
messages.ftl move asm parsing code into rustc_parse 2025-05-27 09:44:10 +02:00