We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd36fcf commit a394d70Copy full SHA for a394d70
src/test/mir-opt/remove_fake_borrows.rs
@@ -1,5 +1,7 @@
1
// Test that the fake borrows for matches are removed after borrow checking.
2
3
+// ignore-wasm32-bare unwinding being disabled causes differences in output
4
+
5
#![feature(nll)]
6
7
fn match_guard(x: Option<&&i32>) -> i32 {
0 commit comments