]> git.lizzy.rs Git - rust.git/blob - src/test/ui/annotate-snippet/missing-type.rs
Rollup merge of #89446 - chrismit3s:issue-88715-fix, r=joshtriplett
[rust.git] / src / test / ui / annotate-snippet / missing-type.rs
1 // compile-flags: --error-format human-annotate-rs -Z unstable-options
2
3 pub fn main() {
4     let x: Iter; //~ ERROR cannot find type `Iter` in this scope
5 }