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 all proc-macro back-compat lints deny-by-default #88041

Merged
merged 1 commit into from
Oct 23, 2021

Commits on Oct 18, 2021

  1. Make all proc-macro back-compat lints deny-by-default

    The affected crates have had plenty of time to update.
    By keeping these as lints rather than making them hard errors,
    we ensure that downstream crates will still be able to compile,
    even if they transitive depend on broken versions of the affected
    crates.
    
    This should hopefully discourage anyone from writing any
    new code which relies on the backwards-compatibility behavior.
    Aaron1011 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    02e4d0b View commit details
    Browse the repository at this point in the history