Skip to content

Commit 3b3c410

Browse files
committed
---
yaml --- r: 1966 b: refs/heads/master c: 1bc06bc h: refs/heads/master v: v3
1 parent 6a66391 commit 3b3c410

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: efb738153c7248601a9a1b294b0ad8fd9c27023c
2+
refs/heads/master: 1bc06bc59b048bc803bfd6029c923a73ba2bb3ff

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5388,7 +5388,7 @@ fn trans_block(@block_ctxt cx, &ast.block b) -> result {
53885388

53895389
if (ty.type_is_boxed(r_ty)) {
53905390
// The value resulting from the block gets copied into an
5391-
// alloca created in an outer scope and it's refcount
5391+
// alloca created in an outer scope and its refcount
53925392
// bumped so that it can escape this block. This means
53935393
// that it will definitely live until the end of the
53945394
// enclosing scope, even if nobody uses it, which may be

trunk/src/test/run-pass/expr-alt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ fn test() {
2828

2929
fn main() {
3030
test();
31-
}
31+
}

trunk/src/test/run-pass/expr-block-box.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ fn main() {
77
};
88

99
check (*x == 100);
10-
}
10+
}

0 commit comments

Comments
 (0)