Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make missing_fragment_specifier an error in edition 2024 #128006

Merged
merged 1 commit into from
Jul 27, 2024

Commits on Jul 27, 2024

  1. 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 <rust-lang#40107>
    tgross35 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    8c402f1 View commit details
    Browse the repository at this point in the history