File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/bootstrap/src/core/builder Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1677,8 +1677,6 @@ You have to build a stage1 compiler for `{}` first, and then use it to build a s
1677
1677
panic ! ( "{}" , out) ;
1678
1678
}
1679
1679
if let Some ( out) = self . cache . get ( & step) {
1680
- self . verbose_than ( 1 , || println ! ( "{}c {:?}" , " " . repeat( stack. len( ) ) , step) ) ;
1681
-
1682
1680
#[ cfg( feature = "tracing" ) ]
1683
1681
{
1684
1682
if let Some ( parent) = stack. last ( ) {
@@ -1688,7 +1686,6 @@ You have to build a stage1 compiler for `{}` first, and then use it to build a s
1688
1686
}
1689
1687
return out;
1690
1688
}
1691
- self . verbose_than ( 1 , || println ! ( "{}> {:?}" , " " . repeat( stack. len( ) ) , step) ) ;
1692
1689
1693
1690
#[ cfg( feature = "tracing" ) ]
1694
1691
{
@@ -1749,7 +1746,6 @@ You have to build a stage1 compiler for `{}` first, and then use it to build a s
1749
1746
let cur_step = stack. pop ( ) . expect ( "step stack empty" ) ;
1750
1747
assert_eq ! ( cur_step. downcast_ref( ) , Some ( & step) ) ;
1751
1748
}
1752
- self . verbose_than ( 1 , || println ! ( "{}< {:?}" , " " . repeat( self . stack. borrow( ) . len( ) ) , step) ) ;
1753
1749
self . cache . put ( step, out. clone ( ) ) ;
1754
1750
out
1755
1751
}
You can’t perform that action at this time.
0 commit comments