diff options
| author | nooberfsh <nooberfsh@gmail.com> | 2020-11-29 10:02:24 +0800 |
|---|---|---|
| committer | nooberfsh <nooberfsh@gmail.com> | 2020-11-29 10:02:24 +0800 |
| commit | 331d52643a9742604553d470e2161f6460bb0799 (patch) | |
| tree | 8cc6b956d5d1fb783cc74905c05599fa5e766ab8 | |
| parent | 914d07ae5f90f01f138e66807873295fceaa9a26 (diff) | |
| download | rust-331d52643a9742604553d470e2161f6460bb0799.tar.gz rust-331d52643a9742604553d470e2161f6460bb0799.zip | |
Fix a bootstrap comment
| -rw-r--r-- | src/bootstrap/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/config.rs b/src/bootstrap/config.rs index 9fcbe8e1e35..fb2c6d1f92a 100644 --- a/src/bootstrap/config.rs +++ b/src/bootstrap/config.rs @@ -551,7 +551,7 @@ impl Config { config.deny_warnings = true; config.missing_tools = false; - // set by bootstrap.py + // set by build.rs config.build = TargetSelection::from_user(&env!("BUILD_TRIPLE")); let manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR")); // Undo `src/bootstrap` |
