Skip to content

Commit a394d70

Browse files
committed
Fix problem in a mir-opt test introduced by PR rust-lang#53438.
1 parent cd36fcf commit a394d70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/mir-opt/remove_fake_borrows.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Test that the fake borrows for matches are removed after borrow checking.
22

3+
// ignore-wasm32-bare unwinding being disabled causes differences in output
4+
35
#![feature(nll)]
46

57
fn match_guard(x: Option<&&i32>) -> i32 {

0 commit comments

Comments
 (0)