Skip to content

Commit d292b4d

Browse files
committed
---
yaml --- r: 10589 b: refs/heads/snap-stage3 c: b1fa824 h: refs/heads/master i: 10587: 8f04389 v: v3
1 parent dbb8686 commit d292b4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 3f56c0a42de5a9a8cc9698148622263c88de01fa
4+
refs/heads/snap-stage3: b1fa8249f19eac9a2066ca6b4d1ffd438c666dc8
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

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