diff options
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.rs | 2 |
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 912952892e4..c5eec2ef6e1 100644 --- a/src/test/compile-fail/removed-syntax-mut-vec-ty.rs +++ b/src/test/compile-fail/removed-syntax-mut-vec-ty.rs @@ -9,5 +9,5 @@ // except according to those terms. type v = [mut int]; - //~^ ERROR found `mut` in ident position + //~^ ERROR expected identifier, found keyword `mut` //~^^ ERROR expected `]`, found `int` |
