We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cce7bb commit 2e1792aCopy full SHA for 2e1792a
src/tools/clippy/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