summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0608.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0608.stderr')
-rw-r--r--tests/ui/error-codes/E0608.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/error-codes/E0608.stderr b/tests/ui/error-codes/E0608.stderr
index 3aec50993..f23f9977b 100644
--- a/tests/ui/error-codes/E0608.stderr
+++ b/tests/ui/error-codes/E0608.stderr
@@ -1,8 +1,8 @@
error[E0608]: cannot index into a value of type `u8`
- --> $DIR/E0608.rs:2:5
+ --> $DIR/E0608.rs:2:8
|
LL | 0u8[2];
- | ^^^^^^
+ | ^^^
error: aborting due to previous error