We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad9a3c commit 5be658aCopy full SHA for 5be658a
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