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

Remove non_ascii_idents feature gate from test suite #2018

Merged
merged 1 commit into from Apr 20, 2021

Commits on Apr 20, 2021

  1. Remove non_ascii_idents feature gate from test suite

        error: the feature `non_ascii_idents` has been stable since 1.53.0 and no longer requires an attribute to enable
         --> test_suite/tests/test_gen.rs:6:43
          |
        6 | #![cfg_attr(feature = "unstable", feature(non_ascii_idents))]
          |                                           ^^^^^^^^^^^^^^^^
          |
        note: the lint level is defined here
         --> test_suite/tests/test_gen.rs:5:9
          |
        5 | #![deny(warnings)]
          |         ^^^^^^^^
          = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]`
    dtolnay committed Apr 20, 2021
    Copy the full SHA
    2ebc771 View commit details
    Browse the repository at this point in the history