diff options
| author | bors <bors@rust-lang.org> | 2022-01-31 17:36:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-01-31 17:36:11 +0000 |
| commit | 498eeb72f590e518e19746b346be53713689e207 (patch) | |
| tree | 2c2e49bd9abfcfa662cfb75ea9cd2428885657d3 /compiler/rustc_span/src | |
| parent | 24b8bb13bff98bb747cd403b86596af43aceee78 (diff) | |
| parent | 0decf14ef1e63e7e7b70805cdf3d03b42d2f457c (diff) | |
| download | rust-498eeb72f590e518e19746b346be53713689e207.tar.gz rust-498eeb72f590e518e19746b346be53713689e207.zip | |
Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis
Move overlap_mode into trait level attribute r? `@nikomatsakis` Should fix some performance regressions noted on https://github.com/rust-lang/rust/pull/93175
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 757c430e799..198391cbe9c 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1206,7 +1206,6 @@ symbols! { rustc_trivial_field_reads, rustc_unsafe_specialization_marker, rustc_variance, - rustc_with_negative_coherence, rustdoc, rustdoc_internals, rustfmt, @@ -1490,6 +1489,7 @@ symbols! { width, windows, windows_subsystem, + with_negative_coherence, wrapping_add, wrapping_mul, wrapping_sub, |
