diff options
| author | bors <bors@rust-lang.org> | 2025-03-27 18:33:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-03-27 18:33:31 +0000 |
| commit | 3f5502370b8f60e4df98deba4c22ea26f4f6be55 (patch) | |
| tree | 3fe8d3b8820e6927a39e17138439874fc54298bd /compiler/rustc_span/src/symbol.rs | |
| parent | 217693a1f02ca6431a434926ff3417bdb6dbac2e (diff) | |
| parent | 1b8089d553f284a0cd6f2969a89459f3e1cf824b (diff) | |
| download | rust-3f5502370b8f60e4df98deba4c22ea26f4f6be55.tar.gz rust-3f5502370b8f60e4df98deba4c22ea26f4f6be55.zip | |
Auto merge of #139023 - jhpratt:rollup-4ou6ei4, r=jhpratt
Rollup of 7 pull requests Successful merges: - #138844 (expand: Leave traces when expanding `cfg` attributes) - #138926 (Remove `kw::Empty` uses from `rustc_middle`.) - #138989 (Clean up a few things in rustc_hir_analysis::check::region) - #138999 (Report compiletest pass mode if forced) - #139014 (Improve suggest construct with literal syntax instead of calling) - #139015 (Remove unneeded LLVM CI test assertions) - #139016 (Add job duration changes to post-merge analysis report) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_span/src/symbol.rs')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 555764c26a6..6807f96e712 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -623,6 +623,7 @@ symbols! { cfg_target_has_atomic_equal_alignment, cfg_target_thread_local, cfg_target_vendor, + cfg_trace: "<cfg>", // must not be a valid identifier cfg_ub_checks, cfg_version, cfi, |
