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