Skip to content

Commit 4ba34f4

Browse files
nikomatsakisJorge Aparicio
authored andcommitted
---
yaml --- r: 168871 b: refs/heads/snap-stage3 c: f97b124 h: refs/heads/master i: 168869: 00e0547 168867: 250c22d 168863: 9b12ff4 v: v3
1 parent ec3db19 commit 4ba34f4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 5e21e17d9638d14af41e27e5ca9a21c8a1bc0170
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 79af27762324f28ab13335864111071b8708ea39
4+
refs/heads/snap-stage3: f97b124a44944feb41c39a4478eda55dbc5da44d
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc_trans/trans/callee.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fn trans<'blk, 'tcx>(bcx: Block<'blk, 'tcx>, expr: &ast::Expr)
100100

101101
fn datum_callee<'blk, 'tcx>(bcx: Block<'blk, 'tcx>, expr: &ast::Expr)
102102
-> Callee<'blk, 'tcx> {
103-
let DatumBlock { datum, .. } = expr::trans(bcx, expr);
103+
let DatumBlock { mut bcx, datum, .. } = expr::trans(bcx, expr);
104104
match datum.ty.sty {
105105
ty::ty_bare_fn(..) => {
106106
let llval = datum.to_llscalarish(bcx);

branches/snap-stage3/src/test/run-pass/call-closure-from-overloaded-op.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-test FIXME(japaric) this ICEs
12-
1311
fn foo() -> int { 22 }
1412

1513
pub fn main() {

0 commit comments

Comments
 (0)