@@ -2124,7 +2124,7 @@ mod snapshot {
2124
2124
[build] rustc 0 <host> -> HtmlChecker 1 <host>
2125
2125
[test] html-check <host>
2126
2126
[build] rustc 0 <host> -> RunMakeSupport 1 <host>
2127
- [build] rustc 1 <host> -> cargo 2 <host>
2127
+ [build] rustc 0 <host> -> cargo 1 <host>
2128
2128
[test] compiletest-run-make 1 <host>
2129
2129
" ) ;
2130
2130
}
@@ -2143,7 +2143,7 @@ mod snapshot {
2143
2143
[test] compiletest-ui 1 <host>
2144
2144
[test] compiletest-ui-fulldeps 1 <host>
2145
2145
[build] rustc 0 <host> -> RunMakeSupport 1 <host>
2146
- [build] rustc 1 <host> -> cargo 2 <host>
2146
+ [build] rustc 0 <host> -> cargo 1 <host>
2147
2147
[build] rustdoc 1 <host>
2148
2148
[test] compiletest-run-make 1 <host>
2149
2149
[test] compiletest-rustdoc 1 <host>
@@ -2172,7 +2172,7 @@ mod snapshot {
2172
2172
[build] rustc 2 <host> -> rustc 3 <host>
2173
2173
[test] compiletest-ui-fulldeps 2 <host>
2174
2174
[build] rustc 0 <host> -> RunMakeSupport 1 <host>
2175
- [build] rustc 2 <host> -> cargo 3 <host>
2175
+ [build] rustc 1 <host> -> cargo 2 <host>
2176
2176
[build] rustdoc 2 <host>
2177
2177
[test] compiletest-run-make 2 <host>
2178
2178
[test] compiletest-rustdoc 2 <host>
@@ -2206,7 +2206,7 @@ mod snapshot {
2206
2206
[build] rustc 2 <host> -> rustc 3 <target1>
2207
2207
[test] compiletest-ui-fulldeps 2 <target1>
2208
2208
[build] rustc 0 <host> -> RunMakeSupport 1 <host>
2209
- [build] rustc 2 <host> -> cargo 3 <host>
2209
+ [build] rustc 1 <host> -> cargo 2 <host>
2210
2210
[build] rustdoc 2 <host>
2211
2211
[test] compiletest-run-make 2 <target1>
2212
2212
[test] compiletest-rustdoc 2 <target1>
@@ -2301,7 +2301,7 @@ mod snapshot {
2301
2301
[build] rustc 0 <host> -> HtmlChecker 1 <host>
2302
2302
[test] html-check <host>
2303
2303
[build] rustc 0 <host> -> RunMakeSupport 1 <host>
2304
- [build] rustc 2 <host> -> cargo 3 <host>
2304
+ [build] rustc 1 <host> -> cargo 2 <host>
2305
2305
[test] compiletest-run-make 2 <host>
2306
2306
" ) ;
2307
2307
}
0 commit comments