mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +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.
For more information about how rustc works, see the rustc dev guide.