rust/src/test/ui/annotate-snippet/missing-type.stderr

7 lines
161 B
Plaintext

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