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