Skip to content

Commit 2e1792a

Browse files
committed
Fix clippy test
1 parent 9cce7bb commit 2e1792a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/clippy/tests/ui/crashes/ice-6250.stderr

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ LL | | }
2424
error[E0308]: mismatched types
2525
--> $DIR/ice-6250.rs:12:14
2626
|
27+
LL | for reference in vec![1, 2, 3] {
28+
| --------- expected due to the type of this binding
29+
...
2730
LL | Some(reference) = cache.data.get(key) {
2831
| ^^^^^^^^^ expected integer, found `&i32`
2932
|

0 commit comments

Comments
 (0)