@WG-prioritization/alerts issue #82859 has been requested for prioritization.
I-nominated
?Sounds like this is caused by the LLVM 12 upgrade. I would wait with prioritization until there's some code to reproduce it
This should be P-critical
too
assigned P-critical
I'm curious about the repro that @Joshua Nelson submitted:
https://github.com/rust-lang/rust/issues/82859#issuecomment-792304189
Why the #[inline(always)]
triggers this behaviour? Does it have to with some implied RUSTFLAGS that are used during the compilation (as per linked #82833)?
(I hope I can understand the answer :sweat_smile: )
apiraino said:
Does it have to with some implied RUSTFLAGS that are used during the compilation (as per linked #82833)?
https://github.com/rust-lang/rust/issues/82859#issuecomment-792305996
ah right, that answers the question about the compile flags