mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
1781e4b81a
Fix use after drop in self-profile with llvm events self-profile with `-Z self-profile-events=llvm` have failed with a segmentation fault due to this use after drop. this type of events can be more useful now that the new passmanager is the default.