blob: d0814a9537d0c755478c69b1ee806d9c15346f46 [file] [log] [blame]
// compile-flags: --error-format human-annotate-rs
pub fn main() {
let x: Iter; //~ ERROR cannot find type `Iter` in this scope
}