Skip to content

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Apr 20, 2021

This feature was just stabilized in rust-lang/rust#83799.

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)]`

    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 dtolnay merged commit 2ea132b into serde-rs:master Apr 20, 2021
@dtolnay dtolnay deleted the nonascii branch April 20, 2021 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant