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