Skip to content

Commit e854123

Browse files
committed
---
yaml --- r: 23505 b: refs/heads/master c: 80429dd h: refs/heads/master i: 23503: 764ba55 v: v3
1 parent 81777e2 commit e854123

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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: 0de379fdf01a9ea42815a9949ec4f9522def3d88
2+
refs/heads/master: 80429dd7bdb94cf11aba1fdfd7a149458a5a6f28
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/rustc/middle/typeck/check/vtable.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ fn connect_trait_tps(fcx: @fn_ctxt, expr: @ast::expr, impl_tys: ~[ty::t],
294294
}
295295

296296
fn early_resolve_expr(ex: @ast::expr, &&fcx: @fn_ctxt, is_early: bool) {
297-
debug!("vtable: early_resolve_expr() ex with id %?: %s",
298-
ex.id, expr_to_str(ex, fcx.tcx().sess.intr()));
297+
debug!("vtable: early_resolve_expr() ex with id %? (early: %b): %s",
298+
ex.id, is_early, expr_to_str(ex, fcx.tcx().sess.intr()));
299299
let cx = fcx.ccx;
300300
match ex.node {
301301
ast::expr_path(*) => {

0 commit comments

Comments
 (0)