diff options
| author | Roxane Fruytier <roxane.fruytier@hotmail.com> | 2021-06-29 14:15:58 -0400 |
|---|---|---|
| committer | Roxane <roxane.fruytier@hotmail.com> | 2021-06-29 17:47:57 -0400 |
| commit | 3e569dd2dff023378debce3b98e19bf3ef8c6904 (patch) | |
| tree | d0d142114a45e04f161fdef168c4e095cbe58c7b /compiler/rustc_span/src | |
| parent | 6e0b554619a3bb7e75b3334e97f191af20ef5d76 (diff) | |
| download | rust-3e569dd2dff023378debce3b98e19bf3ef8c6904.tar.gz rust-3e569dd2dff023378debce3b98e19bf3ef8c6904.zip | |
Remove lang items Send, UnwindSafe and RefUnwindSafe
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index be4f12c6d1c..38e19dcb678 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -947,7 +947,7 @@ symbols! { receiver, recursion_limit, reexport_test_harness_main, - ref_unwind_safe, + ref_unwind_safe_trait, reference, reflect, reg, @@ -1073,7 +1073,6 @@ symbols! { self_in_typedefs, self_struct_ctor, semitransparent, - send, send_trait, shl, shl_assign, @@ -1299,7 +1298,7 @@ symbols! { unused_qualifications, unwind, unwind_attributes, - unwind_safe, + unwind_safe_trait, unwrap, unwrap_or, use_extern_macros, |
