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