Skip to content

Commit caf62ef

Browse files
committed
Ignore a test on MSVC
The MSVC SEH is still not implemented, so we go ahead and ignore it.
1 parent 5638847 commit caf62ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-fail/mir_drop_panics.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010
#![feature(rustc_attrs)]
11+
12+
// ignore-msvc: FIXME(#30941)
1113
// error-pattern:panic 1
1214
// error-pattern:drop 2
1315
use std::io::{self, Write};

0 commit comments

Comments
 (0)