diff options
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index e8f7a125739..92de56bd09a 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -660,6 +660,7 @@ symbols! { _Self, self_in_typedefs, self_struct_ctor, + send_trait, should_panic, simd, simd_extract, @@ -697,6 +698,7 @@ symbols! { sty, sub_with_overflow, suggestion, + sync_trait, target_feature, target_has_atomic, target_has_atomic_load_store, |
