@@ -1021,12 +1021,12 @@ mod snapshot {
1021
1021
ctx
1022
1022
. config( "dist" )
1023
1023
. render_steps( ) , @r"
1024
- [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1025
- [build] rustc 0 <host> -> Rustbook 1 <host>
1026
- [doc] unstable-book (book) <host>
1027
1024
[build] llvm <host>
1028
1025
[build] rustc 0 <host> -> rustc 1 <host>
1029
1026
[build] rustc 1 <host> -> std 1 <host>
1027
+ [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1028
+ [build] rustc 0 <host> -> Rustbook 1 <host>
1029
+ [doc] unstable-book (book) <host>
1030
1030
[doc] book (book) <host>
1031
1031
[doc] book/first-edition (book) <host>
1032
1032
[doc] book/second-edition (book) <host>
@@ -1076,15 +1076,15 @@ mod snapshot {
1076
1076
"rust.lld=true" ,
1077
1077
] )
1078
1078
. render_steps( ) , @r"
1079
- [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1080
- [build] rustc 0 <host> -> Rustbook 1 <host>
1081
- [doc] unstable-book (book) <host>
1082
1079
[build] llvm <host>
1083
1080
[build] rustc 0 <host> -> rustc 1 <host>
1084
1081
[build] rustc 0 <host> -> LldWrapper 1 <host>
1085
1082
[build] rustc 0 <host> -> WasmComponentLd 1 <host>
1086
1083
[build] rustc 0 <host> -> LlvmBitcodeLinker 1 <host>
1087
1084
[build] rustc 1 <host> -> std 1 <host>
1085
+ [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1086
+ [build] rustc 0 <host> -> Rustbook 1 <host>
1087
+ [doc] unstable-book (book) <host>
1088
1088
[doc] book (book) <host>
1089
1089
[doc] book/first-edition (book) <host>
1090
1090
[doc] book/second-edition (book) <host>
@@ -1140,19 +1140,19 @@ mod snapshot {
1140
1140
. hosts( & [ & host_target( ) ] )
1141
1141
. targets( & [ & host_target( ) , TEST_TRIPLE_1 ] )
1142
1142
. render_steps( ) , @r"
1143
+ [build] llvm <host>
1144
+ [build] rustc 0 <host> -> rustc 1 <host>
1145
+ [build] rustc 1 <host> -> std 1 <host>
1143
1146
[build] rustc 0 <host> -> UnstableBookGen 1 <host>
1144
1147
[build] rustc 0 <host> -> Rustbook 1 <host>
1145
1148
[doc] unstable-book (book) <host>
1149
+ [build] rustc 1 <host> -> std 1 <target1>
1146
1150
[doc] unstable-book (book) <target1>
1147
- [build] llvm <host>
1148
- [build] rustc 0 <host> -> rustc 1 <host>
1149
- [build] rustc 1 <host> -> std 1 <host>
1150
1151
[doc] book (book) <host>
1151
1152
[doc] book/first-edition (book) <host>
1152
1153
[doc] book/second-edition (book) <host>
1153
1154
[doc] book/2018-edition (book) <host>
1154
1155
[build] rustdoc 1 <host>
1155
- [build] rustc 1 <host> -> std 1 <target1>
1156
1156
[doc] book (book) <target1>
1157
1157
[doc] book/first-edition (book) <target1>
1158
1158
[doc] book/second-edition (book) <target1>
@@ -1213,12 +1213,13 @@ mod snapshot {
1213
1213
. hosts( & [ & host_target( ) , TEST_TRIPLE_1 ] )
1214
1214
. targets( & [ & host_target( ) ] )
1215
1215
. render_steps( ) , @r"
1216
- [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1217
- [build] rustc 0 <host> -> Rustbook 1 <host>
1218
- [doc] unstable-book (book) <host>
1219
1216
[build] llvm <host>
1220
1217
[build] rustc 0 <host> -> rustc 1 <host>
1221
1218
[build] rustc 1 <host> -> std 1 <host>
1219
+ [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1220
+ [build] rustc 0 <host> -> Rustbook 1 <host>
1221
+ [doc] unstable-book (book) <host>
1222
+ [build] rustc 1 <host> -> std 1 <target1>
1222
1223
[doc] book (book) <host>
1223
1224
[doc] book/first-edition (book) <host>
1224
1225
[doc] book/second-edition (book) <host>
@@ -1231,7 +1232,6 @@ mod snapshot {
1231
1232
[build] rustc 1 <host> -> error-index 2 <host>
1232
1233
[doc] rustc 1 <host> -> error-index 2 <host>
1233
1234
[build] llvm <target1>
1234
- [build] rustc 1 <host> -> std 1 <target1>
1235
1235
[build] rustc 1 <host> -> rustc 2 <target1>
1236
1236
[build] rustc 1 <host> -> error-index 2 <target1>
1237
1237
[doc] rustc 1 <host> -> error-index 2 <target1>
@@ -1271,19 +1271,19 @@ mod snapshot {
1271
1271
. hosts( & [ & host_target( ) , TEST_TRIPLE_1 ] )
1272
1272
. targets( & [ & host_target( ) , TEST_TRIPLE_1 ] )
1273
1273
. render_steps( ) , @r"
1274
+ [build] llvm <host>
1275
+ [build] rustc 0 <host> -> rustc 1 <host>
1276
+ [build] rustc 1 <host> -> std 1 <host>
1274
1277
[build] rustc 0 <host> -> UnstableBookGen 1 <host>
1275
1278
[build] rustc 0 <host> -> Rustbook 1 <host>
1276
1279
[doc] unstable-book (book) <host>
1280
+ [build] rustc 1 <host> -> std 1 <target1>
1277
1281
[doc] unstable-book (book) <target1>
1278
- [build] llvm <host>
1279
- [build] rustc 0 <host> -> rustc 1 <host>
1280
- [build] rustc 1 <host> -> std 1 <host>
1281
1282
[doc] book (book) <host>
1282
1283
[doc] book/first-edition (book) <host>
1283
1284
[doc] book/second-edition (book) <host>
1284
1285
[doc] book/2018-edition (book) <host>
1285
1286
[build] rustdoc 1 <host>
1286
- [build] rustc 1 <host> -> std 1 <target1>
1287
1287
[doc] book (book) <target1>
1288
1288
[doc] book/first-edition (book) <target1>
1289
1289
[doc] book/second-edition (book) <target1>
@@ -1350,12 +1350,12 @@ mod snapshot {
1350
1350
. hosts( & [ ] )
1351
1351
. targets( & [ TEST_TRIPLE_1 ] )
1352
1352
. render_steps( ) , @r"
1353
- [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1354
- [build] rustc 0 <host> -> Rustbook 1 <host>
1355
- [doc] unstable-book (book) <target1>
1356
1353
[build] llvm <host>
1357
1354
[build] rustc 0 <host> -> rustc 1 <host>
1358
1355
[build] rustc 1 <host> -> std 1 <target1>
1356
+ [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1357
+ [build] rustc 0 <host> -> Rustbook 1 <host>
1358
+ [doc] unstable-book (book) <target1>
1359
1359
[doc] book (book) <target1>
1360
1360
[doc] book/first-edition (book) <target1>
1361
1361
[doc] book/second-edition (book) <target1>
@@ -1397,13 +1397,13 @@ mod snapshot {
1397
1397
. targets( & [ TEST_TRIPLE_1 ] )
1398
1398
. args( & [ "--set" , "rust.channel=nightly" , "--set" , "build.extended=true" ] )
1399
1399
. render_steps( ) , @r"
1400
- [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1401
- [build] rustc 0 <host> -> Rustbook 1 <host>
1402
- [doc] unstable-book (book) <target1>
1403
1400
[build] llvm <host>
1404
1401
[build] rustc 0 <host> -> rustc 1 <host>
1405
1402
[build] rustc 0 <host> -> WasmComponentLd 1 <host>
1406
1403
[build] rustc 1 <host> -> std 1 <target1>
1404
+ [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1405
+ [build] rustc 0 <host> -> Rustbook 1 <host>
1406
+ [doc] unstable-book (book) <target1>
1407
1407
[doc] book (book) <target1>
1408
1408
[doc] book/first-edition (book) <target1>
1409
1409
[doc] book/second-edition (book) <target1>
@@ -1465,13 +1465,13 @@ mod snapshot {
1465
1465
. config( "dist" )
1466
1466
. args( & [ "--set" , "rust.codegen-backends=['llvm', 'cranelift']" ] )
1467
1467
. render_steps( ) , @r"
1468
- [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1469
- [build] rustc 0 <host> -> Rustbook 1 <host>
1470
- [doc] unstable-book (book) <host>
1471
1468
[build] llvm <host>
1472
1469
[build] rustc 0 <host> -> rustc 1 <host>
1473
1470
[build] rustc 0 <host> -> rustc_codegen_cranelift 1 <host>
1474
1471
[build] rustc 1 <host> -> std 1 <host>
1472
+ [build] rustc 0 <host> -> UnstableBookGen 1 <host>
1473
+ [build] rustc 0 <host> -> Rustbook 1 <host>
1474
+ [doc] unstable-book (book) <host>
1475
1475
[doc] book (book) <host>
1476
1476
[doc] book/first-edition (book) <host>
1477
1477
[doc] book/second-edition (book) <host>
@@ -1875,6 +1875,9 @@ mod snapshot {
1875
1875
insta:: assert_snapshot!(
1876
1876
ctx. config( "doc" )
1877
1877
. render_steps( ) , @r"
1878
+ [build] llvm <host>
1879
+ [build] rustc 0 <host> -> rustc 1 <host>
1880
+ [build] rustc 1 <host> -> std 1 <host>
1878
1881
[build] rustc 0 <host> -> UnstableBookGen 1 <host>
1879
1882
[build] rustc 0 <host> -> Rustbook 1 <host>
1880
1883
[doc] unstable-book (book) <host>
@@ -1884,14 +1887,11 @@ mod snapshot {
1884
1887
[doc] book/2018-edition (book) <host>
1885
1888
[build] rustdoc 0 <host>
1886
1889
[doc] rustc 0 <host> -> standalone 1 <host>
1887
- [build] llvm <host>
1888
- [build] rustc 0 <host> -> rustc 1 <host>
1889
1890
[build] rustdoc 1 <host>
1890
1891
[doc] rustc 1 <host> -> std 1 <host> crates=[alloc,compiler_builtins,core,panic_abort,panic_unwind,proc_macro,rustc-std-workspace-core,std,std_detect,sysroot,test,unwind]
1891
1892
[build] rustc 0 <host> -> error-index 1 <host>
1892
1893
[doc] rustc 0 <host> -> error-index 1 <host>
1893
1894
[doc] nomicon (book) <host>
1894
- [build] rustc 1 <host> -> std 1 <host>
1895
1895
[doc] rustc 1 <host> -> reference (book) 2 <host>
1896
1896
[doc] rustdoc (book) <host>
1897
1897
[doc] rust-by-example (book) <host>
0 commit comments