Skip to content

Commit

Permalink
Fix clippy test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Nov 25, 2021
1 parent 8c1c763 commit 5fc61a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ui/crashes/ice-6250.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ LL | | }
error[E0308]: mismatched types
--> $DIR/ice-6250.rs:12:14
|
LL | for reference in vec![1, 2, 3] {
| --------- expected due to the type of this binding
...
LL | Some(reference) = cache.data.get(key) {
| ^^^^^^^^^ expected integer, found `&i32`
|
Expand Down

0 comments on commit 5fc61a2

Please sign in to comment.