about summary refs log tree commit diff
path: root/src/test/ui/annotate-snippet
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/annotate-snippet')
-rw-r--r--src/test/ui/annotate-snippet/missing-type.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/annotate-snippet/missing-type.stderr b/src/test/ui/annotate-snippet/missing-type.stderr
index 806acf0bed5..c16f022a77f 100644
--- a/src/test/ui/annotate-snippet/missing-type.stderr
+++ b/src/test/ui/annotate-snippet/missing-type.stderr
@@ -1,5 +1,5 @@
 error[E0412]: cannot find type `Iter` in this scope
-  --> $DIR/missing-type.rs:4:11
+  --> $DIR/missing-type.rs:4:12
    |
 LL |     let x: Iter;
    |            ^^^^ not found in this scope