We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a691b14 commit 485d7e1Copy full SHA for 485d7e1
build_system/main.rs
@@ -180,7 +180,6 @@ fn main() {
180
.or_else(|| config::get_value("target"))
181
.unwrap_or_else(|| bootstrap_host_compiler.triple.clone());
182
183
- // FIXME allow changing the location of these dirs using cli arguments
184
let dirs = path::Dirs {
185
source_dir: current_dir.clone(),
186
download_dir: download_dir
0 commit comments