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 5b68235 commit 35349abCopy full SHA for 35349ab
src/test/ui/no-landing-pads.rs
@@ -1,6 +1,7 @@
1
// run-pass
2
// compile-flags: -Z no-landing-pads -C codegen-units=1
3
// ignore-emscripten no threads support
4
+// ignore-test fails because catch_unwind doesn't work with no-landing-pads
5
6
use std::thread;
7
0 commit comments