diff options
| author | bors <bors@rust-lang.org> | 2023-10-25 08:04:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-10-25 08:04:36 +0000 |
| commit | 51ae1fe84922d2f8d0356696cd3be03077957960 (patch) | |
| tree | f966a16fed2290e34dbab3443bde13398228f8c9 /compiler/rustc_span/src | |
| parent | 9c793e18dda209f17a96662a57216fced604e999 (diff) | |
| parent | 19c4fa60eaddb0ea47130644a01127fc4f516452 (diff) | |
| download | rust-51ae1fe84922d2f8d0356696cd3be03077957960.tar.gz rust-51ae1fe84922d2f8d0356696cd3be03077957960.zip | |
Auto merge of #3141 - rust-lang:rustup-2023-10-25, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 5b58cf8b6d6..d3205f8eca1 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -957,6 +957,7 @@ symbols! { log_syntax, logf32, logf64, + loongarch_target_feature, loop_break_value, lt, macro_at_most_once_rep, @@ -1369,6 +1370,7 @@ symbols! { rustc_evaluate_where_clauses, rustc_expected_cgu_reuse, rustc_has_incoherent_inherent_impls, + rustc_hidden_type_of_opaques, rustc_host, rustc_if_this_changed, rustc_inherit_overflow_checks, |
