You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errors
Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"
This reverts commit 65cd843, reversing changes made to d255c6a.
reverts #122140
It was a large regression in wall time due to trashing CPU caches
= note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
37
+
= note: this will be a hard error in the 2024 edition
38
+
= note: this mutable reference has lifetime `'static`, but if the static gets accessed (read or written) by any other means, or any other reference is created, then any further use of this mutable reference is Undefined Behavior
39
+
help: use `addr_of_mut!` instead to create a raw pointer
= note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
91
-
= note: this will be a hard error in the 2024 edition
92
-
= note: this mutable reference has lifetime `'static`, but if the static gets accessed (read or written) by any other means, or any other reference is created, then any further use of this mutable reference is Undefined Behavior
93
-
help: use `addr_of_mut!` instead to create a raw pointer
0 commit comments