mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
Fix clippy test
This commit is contained in:
@@ -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`
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user