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 4c0be562f92..912952892e4 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 found `mut` in ident position - //~^^ ERROR expected `]` but found `int` + //~^^ ERROR expected `]`, found `int` | 
