We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbd2cc commit c0ddaedCopy full SHA for c0ddaed
src/bootstrap/compile.rs
@@ -475,10 +475,6 @@ impl Step for Rustc {
475
if builder.config.keep_stage.contains(&compiler.stage) {
476
builder.info("Warning: Using a potentially old librustc. This may not behave well.");
477
builder.info("Warning: Use `--keep-stage-std` if you want to rebuild the compiler when it changes");
478
- builder.info(
479
- "Warning: Please file a GitHub issue if `--keep-stage-std` doesn't work for you.",
480
- );
481
- builder.info("Warning: It may replace `--keep-stage` in the future");
482
builder.ensure(RustcLink { compiler, target_compiler: compiler, target });
483
return;
484
}
0 commit comments