Skip to content

Commit f935b9e

Browse files
committed
---
yaml --- r: 35372 b: refs/heads/master c: b27150e h: refs/heads/master v: v3
1 parent c390f2a commit f935b9e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 219e260009e2cf0e11d4cfebcc58c6935dccde1d
2+
refs/heads/master: b27150ef82c65b3e827b0ffb2a22d3baf131a347
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/src/test/run-fail/unwind-box-fn-unique.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ fn failfn() {
77
fn main() {
88
let y = ~0;
99
let x = @fn~() {
10-
log(error, y);
10+
log(error, copy y);
1111
};
1212
failfn();
1313
log(error, x);
14-
}
14+
}

trunk/src/test/run-fail/unwind-box-fn.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ fn failfn() {
77
fn main() {
88
let y = ~0;
99
let x = @fn@() {
10-
log(error, y);
10+
log(error, copy y);
1111
};
1212
failfn();
1313
log(error, x);
14-
}
14+
}

0 commit comments

Comments
 (0)