]> git.lizzy.rs Git - rust.git/commitdiff
Clarify description of raw_identifiers feature flag.
authorLymia Aluysia <lymia@lymiahugs.com>
Thu, 22 Mar 2018 15:35:49 +0000 (10:35 -0500)
committerLymia Aluysia <lymia@lymiahugs.com>
Thu, 22 Mar 2018 15:37:27 +0000 (10:37 -0500)
src/libsyntax/feature_gate.rs

index 153e42c8214f89610b48d5ef7cc43c95831cae3d..c64e0f514de6dd09417179245a31dcbbebbf81fb 100644 (file)
@@ -453,7 +453,7 @@ pub fn walk_feature_fields<F>(&self, mut f: F)
     // `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),
 );