]> git.lizzy.rs Git - rust.git/blob - src/test/ui/annotate-snippet/missing-type.rs
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-2022-10-23
[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 }