diff options
| author | Lymia Aluysia <lymia@lymiahugs.com> | 2018-03-22 10:35:49 -0500 |
|---|---|---|
| committer | Lymia Aluysia <lymia@lymiahugs.com> | 2018-03-22 10:37:27 -0500 |
| commit | 57f9c4d6d9ba7d48b9f64193dd037a54e11ef7b4 (patch) | |
| tree | 99703b2230b19c15e9dd871cabacd52dfed3b5aa /src/libsyntax | |
| parent | bfb94ac5f43ac7fb0736185421f6135fe7043a2e (diff) | |
| download | rust-57f9c4d6d9ba7d48b9f64193dd037a54e11ef7b4.tar.gz rust-57f9c4d6d9ba7d48b9f64193dd037a54e11ef7b4.zip | |
Clarify description of raw_identifiers feature flag.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 153e42c8214..c64e0f514de 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -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), ); |
