Skip to content

Commit 647b722

Browse files
CoAlloc: tests: FIXME: Missing suggestions.
1 parent cf5d3e3 commit 647b722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/suggestions/suggest-remove-refs-5.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0277]: `Vec<i32>` is not an iterator
22
--> $DIR/suggest-remove-refs-5.rs:4:14
33
|
44
LL | for _ in &mut &mut v {}
5-
| ^^^^^^^^^^^ `Vec<i32>` is not an iterator; try calling `.into_iter()` or `.iter()`
5+
| ^^^^^^^^^^^ `Vec<i32>` is not an iterator
66
|
77
= help: the trait `Iterator` is not implemented for `Vec<i32>`
88
= note: required for `&mut Vec<i32>` to implement `Iterator`

0 commit comments

Comments
 (0)