blob: c16f022a77fa338c5edc16d91d6d81d50be029ff [file] [log] [blame]
error[E0412]: cannot find type `Iter` in this scope
--> $DIR/missing-type.rs:4:12
|
LL | let x: Iter;
| ^^^^ not found in this scope
|