Clarify description of raw_identifiers feature flag.

This commit is contained in:
Lymia Aluysia 2018-03-22 10:35:49 -05:00
parent bfb94ac5f4
commit 57f9c4d6d9
No known key found for this signature in database
GPG Key ID: DB2E204C989251F7

View File

@ -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),
);