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
This commit is contained in:
commit
498eeb72f5
17 changed files with 111 additions and 75 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue