mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 19:27:51 +00:00
compiler: Allow `extern "interrupt" fn() -> !` While reviewing rust-lang/rust#142633 I overlooked a few details because I was kind of excited. - Fixes rust-lang/rust#143072