Skip to content

Commit c0ddaed

Browse files
Remove warning about possible future deprecation
1 parent bcbd2cc commit c0ddaed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bootstrap/compile.rs

-4
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,6 @@ impl Step for Rustc {
475475
if builder.config.keep_stage.contains(&compiler.stage) {
476476
builder.info("Warning: Using a potentially old librustc. This may not behave well.");
477477
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");
482478
builder.ensure(RustcLink { compiler, target_compiler: compiler, target });
483479
return;
484480
}

0 commit comments

Comments
 (0)