]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-fail/mir_trans_calls_converging_drops.rs
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / test / run-fail / mir_trans_calls_converging_drops.rs
index eb399e07d859d6cc95df3abeeb59f4b175293e47..7a7526c5fc1d37d220ab8c8d6aa98cbd8602b03e 100644 (file)
@@ -8,9 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(rustc_attrs)]
-
-// ignore-msvc: FIXME(#30941)
 // error-pattern:converging_fn called
 // error-pattern:0 dropped
 // error-pattern:exit
@@ -28,7 +25,6 @@ fn converging_fn() {
     write!(io::stderr(), "converging_fn called\n");
 }
 
-#[rustc_mir]
 fn mir(d: Droppable) {
     converging_fn();
 }