Skip to content

Commit

Permalink
Clarify description of raw_identifiers feature flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Mar 22, 2018
1 parent bfb94ac commit 57f9c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
);

Expand Down

0 comments on commit 57f9c4d

Please sign in to comment.