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 8cf860e commit 86c8d23Copy full SHA for 86c8d23
src/bootstrap/src/core/builder/tests.rs
@@ -1273,6 +1273,10 @@ mod staging {
1273
/// Renders the executed bootstrap steps for usage in snapshot tests with insta.
1274
/// Only renders certain important steps.
1275
/// Each value in `steps` should be a tuple of (Step, step output).
1276
+///
1277
+/// The arrow in the rendered output (`X -> Y`) means `X builds Y`.
1278
+/// This is similar to the output printed by bootstrap to stdout, but here it is
1279
+/// generated purely for the purpose of tests.
1280
fn render_steps(steps: &[(Box<dyn Any>, Box<dyn Any>)]) -> String {
1281
steps
1282
.iter()
0 commit comments