Skip to content

Commit 63f9cd6

Browse files
committed
---
yaml --- r: 21397 b: refs/heads/snap-stage3 c: 80429dd h: refs/heads/master i: 21395: 4045939 v: v3
1 parent ef7ee36 commit 63f9cd6

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,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 0de379fdf01a9ea42815a9949ec4f9522def3d88
4+
refs/heads/snap-stage3: 80429dd7bdb94cf11aba1fdfd7a149458a5a6f28
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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)