diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-06-20 20:03:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-20 20:03:24 +0200 |
| commit | 31663db8965dd30d07ee700631a6f67c12fe0e19 (patch) | |
| tree | b131484b5b4c79b1879c9b87f32ce432fc447e23 /compiler/rustc_span/src/symbol.rs | |
| parent | 74cea635e1b14337acd5c06d8b21a24f01e5002e (diff) | |
| parent | b95d39d37ae99bca1e9938738ec2c0e3724eefb1 (diff) | |
| download | rust-31663db8965dd30d07ee700631a6f67c12fe0e19.tar.gz rust-31663db8965dd30d07ee700631a6f67c12fe0e19.zip | |
Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov
Some symbol and PathRoot cleanups I'm looking into unifying how we join and print paths. Here are some preliminary cleanups. r? ``@petrochenkov``
Diffstat (limited to 'compiler/rustc_span/src/symbol.rs')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 812a254990c..b961a0184a7 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -396,8 +396,7 @@ symbols! { __S, __awaitee, __try_var, - _d, - _e, + _t, _task_context, a32, aarch64_target_feature, @@ -2052,6 +2051,7 @@ symbols! { static_recursion, staticlib, std, + std_lib_injection, std_panic, std_panic_2015_macro, std_panic_macro, |
