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 362aa9a commit 4cda4d6Copy full SHA for 4cda4d6
src/bootstrap/native.rs
@@ -58,7 +58,7 @@ pub fn llvm(build: &Build, target: &str) {
58
}
59
60
if build.config.llvm_clean_rebuild {
61
- t!(fs::remove_dir_all(&out_dir));
+ drop(fs::remove_dir_all(&out_dir));
62
63
64
println!("Building LLVM for {}", target);
0 commit comments