We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d21d5 commit 718e475Copy full SHA for 718e475
src/bootstrap/src/core/builder/tests.rs
@@ -1274,6 +1274,10 @@ mod staging {
1274
/// Renders the executed bootstrap steps for usage in snapshot tests with insta.
1275
/// Only renders certain important steps.
1276
/// Each value in `steps` should be a tuple of (Step, step output).
1277
+///
1278
+/// The arrow in the rendered output (`X -> Y`) means `X builds Y`.
1279
+/// This is similar to the output printed by bootstrap to stdout, but here it is
1280
+/// generated purely for the purpose of tests.
1281
fn render_steps(steps: &[ExecutedStep]) -> String {
1282
steps
1283
.iter()
0 commit comments