mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
9ec676dd7f
Make `UnwindAction::Continue` explicit in MIR dump Makes it easier to spot unwinding related issues in MIR by making `UnwindAction::Continue` explicit, just like all other `UnwindAction`s.