diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-03-20 23:45:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-20 23:45:03 -0400 |
| commit | c6b2110714eae73bd46bf9462f819fb8ecee8a4f (patch) | |
| tree | b82dddbe8f3e2e3fc45696ad60c44a6e536180ed | |
| parent | bf3f77b716562b1e98251fca35d39ee7da7cbeac (diff) | |
| parent | aa83d7107fcecf63c1bbcf17a96b4fcb1e17aa98 (diff) | |
| download | rust-c6b2110714eae73bd46bf9462f819fb8ecee8a4f.tar.gz rust-c6b2110714eae73bd46bf9462f819fb8ecee8a4f.zip | |
Rollup merge of #40681 - est31:nightlies_txt_was_removed, r=alexcrichton
config.toml.example: nightlies.txt got removed Instead, stage0.txt got introduced. See also commit 02538d463a350f5c3658f7aabefca16eb599d31c
| -rw-r--r-- | src/bootstrap/config.toml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example index 76fedae0f03..6b2cc6eb647 100644 --- a/src/bootstrap/config.toml.example +++ b/src/bootstrap/config.toml.example @@ -88,11 +88,11 @@ # for each target triple. #target = ["x86_64-unknown-linux-gnu"] # defaults to just the build triple -# Instead of downloading the src/nightlies.txt version of Cargo specified, use +# Instead of downloading the src/stage0.txt version of Cargo specified, use # this Cargo binary instead to build all Rust code #cargo = "/path/to/bin/cargo" -# Instead of downloading the src/nightlies.txt version of the compiler +# Instead of downloading the src/stage0.txt version of the compiler # specified, use this rustc binary instead as the stage0 snapshot compiler. #rustc = "/path/to/bin/rustc" |
