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