mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
e574ba4994
Switch to begin_panic again In https://github.com/rust-lang/rust/pull/42938 we made the compiler emit a call to begin_panic_new in order to pass column info to it. Now with stage0 updated (https://github.com/rust-lang/rust/pull/43320), we can safely change begin_panic and start emitting calls for it again.