diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-01-10 17:08:21 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-01-10 17:13:33 +0100 |
| commit | ec9c949946ef805ec5d70b87a15504c62361153d (patch) | |
| tree | 1128f70421dcd9f4176d40afc7ca8bfef23093a9 /compiler/rustc_span | |
| parent | d63a8d965e76f29a2b65c1f22a32613df1fe5c2c (diff) | |
| download | rust-ec9c949946ef805ec5d70b87a15504c62361153d.tar.gz rust-ec9c949946ef805ec5d70b87a15504c62361153d.zip | |
Use pre-interned symbols in a couple of places
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 84cf8878af8..478dda2009c 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -208,6 +208,7 @@ symbols! { LinkedList, LintPass, Mutex, + N, None, Ok, Option, @@ -327,6 +328,7 @@ symbols! { array, arrays, as_ptr, + as_ref, as_str, asm, asm_const, @@ -592,6 +594,7 @@ symbols! { enable, enclosing_scope, encode, + end, env, eq, ermsb_target_feature, |
