We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68b568 commit 2bbc457Copy full SHA for 2bbc457
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 67ca37ac610d74a09a05a4ef5c93256a3ace0ec9
+refs/heads/master: 2f284cefa0b3dbafb9fed280f9384b27cf14689c
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/test/run-pass/borrowck-preserve-box-in-pat.rs
@@ -1,3 +1,4 @@
+// xfail-test (still buggy)
// xfail-fast (compile-flags unsupported on windows)
// compile-flags:--borrowck=err
// exec-env:RUST_POISON_ON_FREE=1
@@ -16,4 +17,4 @@ fn main() {
16
17
assert ptr::addr_of(*x.f) != ptr::addr_of(*b_x);
18
}
19
-}
20
+}
0 commit comments