mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Fix a bootstrap comment
This commit is contained in:
parent
914d07ae5f
commit
331d52643a
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user