about summary refs log tree commit diff
path: root/tests/ui/annotate-snippet/missing-type.rs
blob: bfe8ab2f5ffeb13e82c2318fbcf0138986da8064 (plain)
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