Closed coolreader18 closed 3 weeks ago
Discovered in rust-lang/rust#132416. Before, it was outputting a nounwind attribute on unwind::wasm::_Unwind_RaiseException, which was definitely incorrect.
nounwind
unwind::wasm::_Unwind_RaiseException
r? @Amanieu
rustbot has assigned @Amanieu. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r? to explicitly pick a reviewer
r?
Discovered in rust-lang/rust#132416. Before, it was outputting a
nounwind
attribute onunwind::wasm::_Unwind_RaiseException
, which was definitely incorrect.