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 2125647 commit 3368381Copy full SHA for 3368381
src/bootstrap/src/core/build_steps/gcc.rs
@@ -41,7 +41,7 @@ impl GccOutput {
41
}
42
43
if let Some(ref path) = self.libgccjit {
44
- let mut target_filename = path.file_name().unwrap().to_str().unwrap().to_string();
+ let target_filename = path.file_name().unwrap().to_str().unwrap().to_string();
45
46
// If we build libgccjit ourselves, then `self.libgccjit` can actually be a symlink.
47
// In that case, we have to resolve it first, otherwise we'd create a symlink to a symlink,
0 commit comments