Skip to content

Commit 2f284ce

Browse files
committed
xfail-test failing test
1 parent 67ca37a commit 2f284ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/run-pass/borrowck-preserve-box-in-pat.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// xfail-test (still buggy)
12
// xfail-fast (compile-flags unsupported on windows)
23
// compile-flags:--borrowck=err
34
// exec-env:RUST_POISON_ON_FREE=1
@@ -16,4 +17,4 @@ fn main() {
1617
assert ptr::addr_of(*x.f) != ptr::addr_of(*b_x);
1718
}
1819
}
19-
}
20+
}

0 commit comments

Comments
 (0)