@@ -1777,7 +1777,7 @@ mod snapshot {
1777
1777
insta:: assert_snapshot!(
1778
1778
ctx. config( "check" )
1779
1779
. path( "compiler" )
1780
- . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)" ) ;
1780
+ . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (75 crates)" ) ;
1781
1781
}
1782
1782
1783
1783
#[ test]
@@ -1803,7 +1803,7 @@ mod snapshot {
1803
1803
ctx. config( "check" )
1804
1804
. path( "compiler" )
1805
1805
. stage( 1 )
1806
- . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)" ) ;
1806
+ . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (75 crates)" ) ;
1807
1807
}
1808
1808
1809
1809
#[ test]
@@ -1817,7 +1817,7 @@ mod snapshot {
1817
1817
[build] llvm <host>
1818
1818
[build] rustc 0 <host> -> rustc 1 <host>
1819
1819
[build] rustc 1 <host> -> std 1 <host>
1820
- [check] rustc 1 <host> -> rustc 2 <host> (74 crates)
1820
+ [check] rustc 1 <host> -> rustc 2 <host> (75 crates)
1821
1821
" ) ;
1822
1822
}
1823
1823
@@ -1833,7 +1833,7 @@ mod snapshot {
1833
1833
[build] rustc 0 <host> -> rustc 1 <host>
1834
1834
[build] rustc 1 <host> -> std 1 <host>
1835
1835
[check] rustc 1 <host> -> std 1 <target1>
1836
- [check] rustc 1 <host> -> rustc 2 <target1> (74 crates)
1836
+ [check] rustc 1 <host> -> rustc 2 <target1> (75 crates)
1837
1837
[check] rustc 1 <host> -> rustc 2 <target1>
1838
1838
[check] rustc 1 <host> -> Rustdoc 2 <target1>
1839
1839
[check] rustc 1 <host> -> rustc_codegen_cranelift 2 <target1>
@@ -1929,7 +1929,7 @@ mod snapshot {
1929
1929
ctx. config( "check" )
1930
1930
. paths( & [ "library" , "compiler" ] )
1931
1931
. args( & args)
1932
- . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (74 crates)" ) ;
1932
+ . render_steps( ) , @"[check] rustc 0 <host> -> rustc 1 <host> (75 crates)" ) ;
1933
1933
}
1934
1934
1935
1935
#[ test]
0 commit comments