Stablize non_ascii_idents
feature.
This commit is contained in:
parent
e9cdcccfa8
commit
e5f9271f36
57 changed files with 166 additions and 549 deletions
|
@ -279,6 +279,8 @@ declare_features! (
|
|||
(accepted, unsafe_block_in_unsafe_fn, "1.52.0", Some(71668), None),
|
||||
/// Allows the use of or-patterns (e.g., `0 | 1`).
|
||||
(accepted, or_patterns, "1.53.0", Some(54883), None),
|
||||
/// Allows defining identifiers beyond ASCII.
|
||||
(accepted, non_ascii_idents, "1.53.0", Some(55467), None),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: accepted features
|
||||
|
|
|
@ -258,9 +258,6 @@ declare_features! (
|
|||
// feature-group-start: actual feature gates
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/// Allows defining identifiers beyond ASCII.
|
||||
(active, non_ascii_idents, "1.0.0", Some(55467), None),
|
||||
|
||||
/// Allows using `#[plugin_registrar]` on functions.
|
||||
(active, plugin_registrar, "1.0.0", Some(29597), None),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue