We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d67fa commit 028f53eCopy full SHA for 028f53e
1 file changed
src/test/ui/extern/issue-64655-allow-unwind-when-calling-panic-directly.rs
@@ -1,5 +1,6 @@
1
// run-pass
2
// ignore-wasm32-bare compiled with panic=abort by default
3
+// ignore-emscripten no threads support
4
5
// rust-lang/rust#64655: with panic=unwind, a panic from a subroutine
6
// should still run destructors as it unwinds the stack. However,
0 commit comments