Skip to content

Commit

Permalink
Fix problem in a mir-opt test introduced by PR rust-lang#53438.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Sep 24, 2018
1 parent cd36fcf commit a394d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/mir-opt/remove_fake_borrows.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Test that the fake borrows for matches are removed after borrow checking.

// ignore-wasm32-bare unwinding being disabled causes differences in output

#![feature(nll)]

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

0 comments on commit a394d70

Please sign in to comment.