Fix incorrect fn name in debug statement
This commit is contained in:
parent
3f56c0a42d
commit
b1fa8249f1
@ -2489,7 +2489,7 @@ fn ty_bot(_t: ty::t) -> cres<ty::t> {
|
||||
fn lattice_tys<L:lattice_ops combine>(
|
||||
self: L, a: ty::t, b: ty::t) -> cres<ty::t> {
|
||||
|
||||
#debug("%s.tys(%s, %s)", self.tag(),
|
||||
#debug("%s.lattice_tys(%s, %s)", self.tag(),
|
||||
a.to_str(self.infcx()),
|
||||
b.to_str(self.infcx()));
|
||||
if a == b { ret ok(a); }
|
||||
|
Loading…
Reference in New Issue
Block a user