mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 17:56:06 +00:00
add miri-track-caller to more intrinsic-exposing methods Follow-up to https://github.com/rust-lang/rust/pull/98674: I went through the Miri test suite to find more functions that would benefit from Miri backtrace pruning, and this is what I found. Basically anything that just exposes a potentially-UB intrinsic to the user should get this treatment.