diff options
| author | Chris Simpkins <git.simpkins@gmail.com> | 2020-03-09 22:15:41 -0400 |
|---|---|---|
| committer | Chris Simpkins <git.simpkins@gmail.com> | 2020-03-09 22:15:41 -0400 |
| commit | 4922b683de170c70260b73426ccf16172fa63b7f (patch) | |
| tree | 5582fa1937bc5516c917f27d02addf98c04c9d57 | |
| parent | 9f734c978c4c32eea552d45fef582804c1d2b9bf (diff) | |
| download | rust-4922b683de170c70260b73426ccf16172fa63b7f.tar.gz rust-4922b683de170c70260b73426ccf16172fa63b7f.zip | |
remove trailing whitespace (tidy)
| -rw-r--r-- | src/bootstrap/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/flags.rs b/src/bootstrap/flags.rs index a8b76c44f79..4b04ee84c31 100644 --- a/src/bootstrap/flags.rs +++ b/src/bootstrap/flags.rs @@ -367,7 +367,7 @@ Arguments: ./x.py test src/libstd --stage 0 --no-doc ./x.py test src/test/ui --bless ./x.py test src/test/ui --compare-mode nll - + Note that `test src/test/* --stage N` does NOT depend on `build src/rustc --stage N`; just like `build src/libstd --stage N` it tests the compiler produced by the previous stage. |
