@@ -1514,7 +1514,7 @@ mod snapshot {
1514
1514
insta:: assert_snapshot!(
1515
1515
ctx. config( "check" )
1516
1516
. path( "compiler" )
1517
- . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)" ) ;
1517
+ . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)" ) ;
1518
1518
}
1519
1519
1520
1520
#[ test]
@@ -1540,7 +1540,7 @@ mod snapshot {
1540
1540
ctx. config( "check" )
1541
1541
. path( "compiler" )
1542
1542
. stage( 1 )
1543
- . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)" ) ;
1543
+ . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)" ) ;
1544
1544
}
1545
1545
1546
1546
#[ test]
@@ -1554,7 +1554,7 @@ mod snapshot {
1554
1554
[build] llvm <host>
1555
1555
[build] rustc 0 <host> -> rustc 1 <host>
1556
1556
[build] rustc 1 <host> -> std 1 <host>
1557
- [check] rustc 1 <host> -> rustc 2 <host> (73 crates)
1557
+ [check] rustc 1 <host> -> rustc 2 <host> (74 crates)
1558
1558
" ) ;
1559
1559
}
1560
1560
@@ -1570,7 +1570,7 @@ mod snapshot {
1570
1570
[build] rustc 0 <host> -> rustc 1 <host>
1571
1571
[build] rustc 1 <host> -> std 1 <host>
1572
1572
[build] rustc 1 <host> -> std 1 <target1>
1573
- [check] rustc 1 <host> -> rustc 2 <target1> (73 crates)
1573
+ [check] rustc 1 <host> -> rustc 2 <target1> (74 crates)
1574
1574
[check] rustc 1 <host> -> rustc 2 <target1>
1575
1575
[check] rustc 1 <host> -> Rustdoc 2 <target1>
1576
1576
[check] rustc 1 <host> -> rustc_codegen_cranelift 2 <target1>
@@ -1666,7 +1666,7 @@ mod snapshot {
1666
1666
ctx. config( "check" )
1667
1667
. paths( & [ "library" , "compiler" ] )
1668
1668
. args( & args)
1669
- . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (73 crates)" ) ;
1669
+ . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)" ) ;
1670
1670
}
1671
1671
1672
1672
#[ test]
0 commit comments