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

introduce future-compatibility warning for forbidden lint groups #81556

Merged
merged 1 commit into from
Feb 5, 2021

Commits on Feb 2, 2021

  1. introduce future-compatibility warning for forbidden lint groups

    We used to ignore `forbid(group)` scenarios completely. This changed
    in rust-lang#78864, but that led to a number of regressions (rust-lang#80988, rust-lang#81218).
    
    This PR introduces a future compatibility warning for the case where
    a group is forbidden but then an individual lint within that group
    is allowed. We now issue a FCW when we see the "allow", but permit
    it to take effect.
    nikomatsakis committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    b6b897b View commit details
    Browse the repository at this point in the history