Skip to content

Commit 833816d

Browse files
committed
Unwind panicking does not currently work on Windows
1 parent e9b4323 commit 833816d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-pass/panic/std-panic-locations.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-windows: Unwind panicking does not currently work on Windows
12
#![feature(option_expect_none, option_unwrap_none)]
23
//! Test that panic locations for `#[track_caller]` functions in std have the correct
34
//! location reported.

0 commit comments

Comments
 (0)