mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-10 08:57:36 +00:00
Fix clippy test
This commit is contained in:
parent
9cce7bb921
commit
2e1792a764
@ -24,6 +24,9 @@ LL | | }
|
|||||||
error[E0308]: mismatched types
|
error[E0308]: mismatched types
|
||||||
--> $DIR/ice-6250.rs:12:14
|
--> $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) {
|
LL | Some(reference) = cache.data.get(key) {
|
||||||
| ^^^^^^^^^ expected integer, found `&i32`
|
| ^^^^^^^^^ expected integer, found `&i32`
|
||||||
|
|
|
|
||||||
|
Loading…
Reference in New Issue
Block a user