We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c47d29 + 324c10e commit 3c6dbf9Copy full SHA for 3c6dbf9
src/test/ui/issues/issue-87707.rs
@@ -3,6 +3,7 @@
3
// run-fail
4
// exec-env:RUST_BACKTRACE=0
5
// check-run-results
6
+// needs-unwind uses catch_unwind
7
8
use std::sync::Once;
9
use std::panic;
src/test/ui/issues/issue-87707.run.stderr
@@ -1,3 +1,3 @@
1
-thread 'main' panicked at 'Here Once instance is poisoned.', $DIR/issue-87707.rs:13:24
+thread 'main' panicked at 'Here Once instance is poisoned.', $DIR/issue-87707.rs:14:24
2
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
-thread 'main' panicked at 'Once instance has previously been poisoned', $DIR/issue-87707.rs:15:7
+thread 'main' panicked at 'Once instance has previously been poisoned', $DIR/issue-87707.rs:16:7
0 commit comments