We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 047b3bd + 02cc593 commit 990195fCopy full SHA for 990195f
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