mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
06d261daf6
Make destructors on `extern "C"` frames to be executed This would make the example in #123231 print "Noisy Drop". I didn't mark this as fixing the issue because the behaviour is yet to be spec'ed. Tracking: - https://github.com/rust-lang/rust/issues/74990