]> git.lizzy.rs Git - rust.git/blob - tests/ui/annotate-snippet/missing-type.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / annotate-snippet / missing-type.stderr
1 error[E0412]: cannot find type `Iter` in this scope
2   --> $DIR/missing-type.rs:4:12
3    |
4 LL |     let x: Iter;
5    |            ^^^^ not found in this scope
6    |