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