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 cb23f5d commit 1bf3007Copy full SHA for 1bf3007
src/bootstrap/src/core/build_steps/gcc.rs
@@ -85,7 +85,7 @@ impl GccOutput {
85
std::fs::create_dir_all(&target_dir),
86
format!("Cannot create target dir {} for libgccjit", target_dir.display())
87
);
88
- let dst = target_dir.join(&target_filename);
+ let dst = target_dir.join(target_filename);
89
builder.copy_link(&actual_libgccjit_path, &dst, FileType::NativeLibrary);
90
}
91
0 commit comments