diff options
| author | Roxane <roxane.fruytier@hotmail.com> | 2021-04-08 19:09:08 -0400 |
|---|---|---|
| committer | Roxane <roxane.fruytier@hotmail.com> | 2021-05-06 14:17:59 -0400 |
| commit | 9afea614bfbbc3dfb0b87861bdbf1e69a78db897 (patch) | |
| tree | 12da27dba5739a0185c2b642bf17a6d6a1223956 /compiler/rustc_span/src | |
| parent | 109248a4eb99bc83684c94ca4ef36f2fadc17e2a (diff) | |
| download | rust-9afea614bfbbc3dfb0b87861bdbf1e69a78db897.tar.gz rust-9afea614bfbbc3dfb0b87861bdbf1e69a78db897.zip | |
Add additional migrations to handle auto-traits and clone traits
Combine all 2229 migrations under one flag name
Diffstat (limited to 'compiler/rustc_span/src')
| -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 b2dac10c83f..6ba68fb767d 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -933,6 +933,7 @@ symbols! { receiver, recursion_limit, reexport_test_harness_main, + ref_unwind_safe, reference, reflect, reg, @@ -1054,6 +1055,7 @@ symbols! { self_in_typedefs, self_struct_ctor, semitransparent, + send, send_trait, shl, shl_assign, @@ -1275,6 +1277,7 @@ symbols! { unused_qualifications, unwind, unwind_attributes, + unwind_safe, unwrap, unwrap_or, use_extern_macros, |
