Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 99355ff

Browse files
committed
Add needs-unwind to the test as suggested.
1 parent 4a65590 commit 99355ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/panics/location-detail-unwrap-multiline.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//@ compile-flags: -Cstrip=none -Cdebuginfo=line-tables-only -Copt-level=0
33
//@ exec-env:RUST_BACKTRACE=1
44
//@ regex-error-pattern: location-detail-unwrap-multiline\.rs:9:10\n
5+
//@ needs-unwind
56

67
fn main() {
78
let opt: Option<u32> = None;

0 commit comments

Comments
 (0)