rust/tests/ui/annotate-snippet/missing-type.stderr

7 lines
161 B
Plaintext

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