We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a17e0 commit c1412c2Copy full SHA for c1412c2
compiler/rustc_target/src/spec/tests/tests_impl.rs
@@ -37,7 +37,7 @@ impl Target {
37
&self.late_link_args_static,
38
&self.post_link_args,
39
] {
40
- for (&flavor, flavor_args) in args {
+ for (&flavor, flavor_args) in &**args {
41
assert!(!flavor_args.is_empty());
42
// Check that flavors mentioned in link args are compatible with the default flavor.
43
match self.linker_flavor {
0 commit comments