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 6f36f87 commit 6bd568bCopy full SHA for 6bd568b
src/test/ui/test-panic-abort-disabled.rs
@@ -4,6 +4,9 @@
4
// run-fail
5
// check-run-results
6
7
+// ignore-wasm no panic or subprocess support
8
+// ignore-emscripten no panic or subprocess support
9
+
10
#![cfg(test)]
11
12
#[test]
src/test/ui/test-panic-abort.rs
use std::io::Write;
0 commit comments