rust/compiler/rustc_expand
Trevor Gross 8c402f125c Make `missing_fragment_specifier` an error in edition 2024
`missing_fragment_specifier` has been a future compatibility warning
since 2017. Uplifting it to an unconditional hard error was attempted in
2020, but eventually reverted due to fallout.

Make it an error only in edition >= 2024, leaving the lint for older
editions. This change will make it easier to support more macro syntax
that relies on usage of `$`.

Fixes <https://github.com/rust-lang/rust/issues/40107>
2024-07-27 05:33:24 -04:00
..
src Make `missing_fragment_specifier` an error in edition 2024 2024-07-27 05:33:24 -04:00
Cargo.toml Move some tests from `rustc_expand` to `rustc_parse`. 2024-05-06 09:06:02 +10:00
messages.ftl Make `missing_fragment_specifier` an error in edition 2024 2024-07-27 05:33:24 -04:00