1 2 3 4 5 6 7
//@ compile-flags: --error-format human-annotate-rs -Z unstable-options pub fn main() { let x: Iter; } //~? RAW cannot find type `Iter` in this scope