We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5638847 commit caf62efCopy full SHA for caf62ef
src/test/run-fail/mir_drop_panics.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
#![feature(rustc_attrs)]
11
+
12
+// ignore-msvc: FIXME(#30941)
13
// error-pattern:panic 1
14
// error-pattern:drop 2
15
use std::io::{self, Write};
0 commit comments