Skip to content

Commit 5e430ef

Browse files
committed
---
yaml --- r: 12868 b: refs/heads/master c: 09b9447 h: refs/heads/master v: v3
1 parent 2bbc457 commit 5e430ef

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 2f284cefa0b3dbafb9fed280f9384b27cf14689c
2+
refs/heads/master: 09b9447eb66662d7dd249605f031f101a6618c96
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/test/run-pass/borrowck-preserve-box-in-arm-not-taken.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// xfail-fast (compile-flags unsupported on windows)
1+
// xfail-fast (compile-flags unsupported on windows)
22
// compile-flags:--borrowck=err
33
// exec-env:RUST_POISON_ON_FREE=1
44

@@ -10,7 +10,6 @@ fn main() {
1010
// `y` remains valid even if `*x` is modified.
1111
*x = @none;
1212
}
13-
1413
@@none {
1514
// here, no bump of the ref count of `*x` is needed, but in
1615
// fact a bump occurs anyway because of how pattern marching

0 commit comments

Comments
 (0)