about summary refs log tree commit diff
path: root/src/test/compile-fail/removed-syntax-mut-vec-ty.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/removed-syntax-mut-vec-ty.rs')
-rw-r--r--src/test/compile-fail/removed-syntax-mut-vec-ty.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/removed-syntax-mut-vec-ty.rs b/src/test/compile-fail/removed-syntax-mut-vec-ty.rs
index af469fadf98..9c6056bd72a 100644
--- a/src/test/compile-fail/removed-syntax-mut-vec-ty.rs
+++ b/src/test/compile-fail/removed-syntax-mut-vec-ty.rs
@@ -10,4 +10,4 @@
 
 type v = [mut int];
     //~^  ERROR expected identifier, found keyword `mut`
-    //~^^ ERROR expected one of `(`, `+`, `,`, `::`, or `]`, found `int`
+    //~^^ ERROR expected one of `(`, `+`, `,`, `::`, `;`, or `]`, found `int`