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 8c1c763 commit 5fc61a2Copy full SHA for 5fc61a2
tests/ui/crashes/ice-6250.stderr
@@ -24,6 +24,9 @@ LL | | }
24
error[E0308]: mismatched types
25
--> $DIR/ice-6250.rs:12:14
26
|
27
+LL | for reference in vec![1, 2, 3] {
28
+ | --------- expected due to the type of this binding
29
+...
30
LL | Some(reference) = cache.data.get(key) {
31
| ^^^^^^^^^ expected integer, found `&i32`
32
0 commit comments