mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Revert "Fix: On wasm targets, call panic_in_cleanup if panic occurs in cleanup"
This reverts commit acbfd79acf.
This commit is contained in:
@@ -1656,10 +1656,6 @@ fn catch_switch(
|
||||
unimplemented!();
|
||||
}
|
||||
|
||||
fn get_funclet_cleanuppad(&self, _funclet: &Funclet) -> RValue<'gcc> {
|
||||
unimplemented!();
|
||||
}
|
||||
|
||||
// Atomic Operations
|
||||
fn atomic_cmpxchg(
|
||||
&mut self,
|
||||
|
||||
Reference in New Issue
Block a user