Skip to content

Commit 57f9c4d

Browse files
committed
Clarify description of raw_identifiers feature flag.
1 parent bfb94ac commit 57f9c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ declare_features! (
453453
// `use path as _;` and `extern crate c as _;`
454454
(active, underscore_imports, "1.26.0", Some(48216), None),
455455

456-
// Raw identifiers allowing keyword names to be used
456+
// Allows keywords to be escaped for use as identifiers
457457
(active, raw_identifiers, "1.26.0", Some(48589), None),
458458
);
459459

0 commit comments

Comments
 (0)