summaryrefslogtreecommitdiffstats
path: root/src/test/ui/annotate-snippet/missing-type.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/annotate-snippet/missing-type.stderr')
-rw-r--r--src/test/ui/annotate-snippet/missing-type.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/ui/annotate-snippet/missing-type.stderr b/src/test/ui/annotate-snippet/missing-type.stderr
new file mode 100644
index 000000000..c16f022a7
--- /dev/null
+++ b/src/test/ui/annotate-snippet/missing-type.stderr
@@ -0,0 +1,6 @@
+error[E0412]: cannot find type `Iter` in this scope
+ --> $DIR/missing-type.rs:4:12
+ |
+LL | let x: Iter;
+ | ^^^^ not found in this scope
+ |