Skip to content

Commit b1fa824

Browse files
committed
Fix incorrect fn name in debug statement
1 parent 3f56c0a commit b1fa824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/typeck/infer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2489,7 +2489,7 @@ impl of lattice_ops for glb {
24892489
fn lattice_tys<L:lattice_ops combine>(
24902490
self: L, a: ty::t, b: ty::t) -> cres<ty::t> {
24912491

2492-
#debug("%s.tys(%s, %s)", self.tag(),
2492+
#debug("%s.lattice_tys(%s, %s)", self.tag(),
24932493
a.to_str(self.infcx()),
24942494
b.to_str(self.infcx()));
24952495
if a == b { ret ok(a); }

0 commit comments

Comments
 (0)