We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dd469 commit 02cc593Copy full SHA for 02cc593
src/test/run-make-fulldeps/long-linker-command-lines/foo.rs
@@ -90,7 +90,7 @@ fn main() {
90
}
91
92
let linker_args = read_linker_args(&ok);
93
- for mut arg in linker_args.split('S') {
+ for arg in linker_args.split('S') {
94
expected_libs.remove(arg);
95
96
0 commit comments