diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2024-03-15 12:27:54 +0000 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2024-03-15 17:48:26 +0000 |
| commit | 19bc3370632c4f26be1cb16b90f72375c55879a3 (patch) | |
| tree | 860ac19856f9e84a30145cc874fca26288b2149e /compiler/rustc_span/src | |
| parent | ee03c286cfdca26fa5b2a4ee40957625d2c826ff (diff) | |
| download | rust-19bc3370632c4f26be1cb16b90f72375c55879a3.tar.gz rust-19bc3370632c4f26be1cb16b90f72375c55879a3.zip | |
Add `rustc_never_type_mode` crate-level attribute to allow experimenting
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 7de0555bb22..0df5e7873c2 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -815,6 +815,8 @@ symbols! { fadd_algebraic, fadd_fast, fake_variadic, + fallback_to_niko, + fallback_to_unit, fdiv_algebraic, fdiv_fast, feature, @@ -1233,6 +1235,7 @@ symbols! { no_crate_inject, no_debug, no_default_passes, + no_fallback, no_implicit_prelude, no_inline, no_link, @@ -1551,6 +1554,7 @@ symbols! { rustc_mir, rustc_must_implement_one_of, rustc_never_returns_null_ptr, + rustc_never_type_mode, rustc_no_mir_inline, rustc_nonnull_optimization_guaranteed, rustc_nounwind, |
