File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/rustc/middle/typeck Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 3f56c0a42de5a9a8cc9698148622263c88de01fa
4
+ refs/heads/snap-stage3: b1fa8249f19eac9a2066ca6b4d1ffd438c666dc8
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -2489,7 +2489,7 @@ impl of lattice_ops for glb {
2489
2489
fn lattice_tys < L : lattice_ops combine> (
2490
2490
self : L , a: ty:: t, b: ty:: t) -> cres<ty:: t> {
2491
2491
2492
- #debug( "%s.tys (%s, %s)" , self . tag( ) ,
2492
+ #debug( "%s.lattice_tys (%s, %s)" , self . tag( ) ,
2493
2493
a. to_str( self . infcx( ) ) ,
2494
2494
b. to_str( self . infcx( ) ) ) ;
2495
2495
if a == b { ret ok( a) ; }
You can’t perform that action at this time.
0 commit comments