@@ -1777,7 +1777,7 @@ mod snapshot {
17771777 insta:: assert_snapshot!(
17781778 ctx. config( "check" )
17791779 . 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)" ) ;
17811781 }
17821782
17831783 #[ test]
@@ -1803,7 +1803,7 @@ mod snapshot {
18031803 ctx. config( "check" )
18041804 . path( "compiler" )
18051805 . 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)" ) ;
18071807 }
18081808
18091809 #[ test]
@@ -1817,7 +1817,7 @@ mod snapshot {
18171817 [build] llvm <host>
18181818 [build] rustc 0 <host> -> rustc 1 <host>
18191819 [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)
18211821 " ) ;
18221822 }
18231823
@@ -1833,7 +1833,7 @@ mod snapshot {
18331833 [build] rustc 0 <host> -> rustc 1 <host>
18341834 [build] rustc 1 <host> -> std 1 <host>
18351835 [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)
18371837 [check] rustc 1 <host> -> rustc 2 <target1>
18381838 [check] rustc 1 <host> -> Rustdoc 2 <target1>
18391839 [check] rustc 1 <host> -> rustc_codegen_cranelift 2 <target1>
@@ -1929,7 +1929,7 @@ mod snapshot {
19291929 ctx. config( "check" )
19301930 . paths( & [ "library" , "compiler" ] )
19311931 . 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)" ) ;
19331933 }
19341934
19351935 #[ test]
0 commit comments