Make explicit that assemble is not run from CLI

This commit is contained in:
Mark Rousskov 2018-07-02 14:46:40 -06:00
parent 9363342be9
commit f5570d0ef6
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ impl Step for Assemble {
type Output = Compiler;
fn should_run(run: ShouldRun) -> ShouldRun {
run.all_krates("rustc-main")
run.never()
}
/// Prepare a new compiler from the artifacts in `stage`