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