Clarify description of raw_identifiers feature flag.
This commit is contained in:
parent
bfb94ac5f4
commit
57f9c4d6d9
@ -453,7 +453,7 @@ declare_features! (
|
||||
// `use path as _;` and `extern crate c as _;`
|
||||
(active, underscore_imports, "1.26.0", Some(48216), None),
|
||||
|
||||
// Raw identifiers allowing keyword names to be used
|
||||
// Allows keywords to be escaped for use as identifiers
|
||||
(active, raw_identifiers, "1.26.0", Some(48589), None),
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user