summaryrefslogtreecommitdiffstats
path: root/src/test/ui/annotate-snippet/missing-type.stderr
blob: c16f022a77fa338c5edc16d91d6d81d50be029ff (plain)
1
2
3
4
5
6
error[E0412]: cannot find type `Iter` in this scope
  --> $DIR/missing-type.rs:4:12
   |
LL |     let x: Iter;
   |            ^^^^ not found in this scope
   |