@@ -1591,7 +1591,7 @@ mod snapshot {
1591
1591
insta:: assert_snapshot!(
1592
1592
ctx. config( "check" )
1593
1593
. path( "compiler" )
1594
- . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)" ) ;
1594
+ . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)" ) ;
1595
1595
}
1596
1596
1597
1597
#[ test]
@@ -1617,7 +1617,7 @@ mod snapshot {
1617
1617
ctx. config( "check" )
1618
1618
. path( "compiler" )
1619
1619
. stage( 1 )
1620
- . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)" ) ;
1620
+ . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)" ) ;
1621
1621
}
1622
1622
1623
1623
#[ test]
@@ -1631,7 +1631,7 @@ mod snapshot {
1631
1631
[build] llvm <host>
1632
1632
[build] rustc 0 <host> -> rustc 1 <host>
1633
1633
[build] rustc 1 <host> -> std 1 <host>
1634
- [check] rustc 1 <host> -> rustc 2 <host> (73 crates)
1634
+ [check] rustc 1 <host> -> rustc 2 <host> (74 crates)
1635
1635
" ) ;
1636
1636
}
1637
1637
@@ -1647,7 +1647,7 @@ mod snapshot {
1647
1647
[build] rustc 0 <host> -> rustc 1 <host>
1648
1648
[build] rustc 1 <host> -> std 1 <host>
1649
1649
[check] rustc 1 <host> -> std 1 <target1>
1650
- [check] rustc 1 <host> -> rustc 2 <target1> (73 crates)
1650
+ [check] rustc 1 <host> -> rustc 2 <target1> (74 crates)
1651
1651
[check] rustc 1 <host> -> rustc 2 <target1>
1652
1652
[check] rustc 1 <host> -> Rustdoc 2 <target1>
1653
1653
[check] rustc 1 <host> -> rustc_codegen_cranelift 2 <target1>
@@ -1743,7 +1743,7 @@ mod snapshot {
1743
1743
ctx. config( "check" )
1744
1744
. paths( & [ "library" , "compiler" ] )
1745
1745
. args( & args)
1746
- . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)" ) ;
1746
+ . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)" ) ;
1747
1747
}
1748
1748
1749
1749
#[ test]
0 commit comments