]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/removed-syntax-fixed-vec.stderr
Account for ADT bodies and struct expressions
[rust.git] / src / test / ui / parser / removed-syntax-fixed-vec.stderr
index ca6969d1e8733acf27bfd8e4ee6568a9415e05a8..a2b97544f9e556fb0176a1b58297a820fb8d97c6 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`
   --> $DIR/removed-syntax-fixed-vec.rs:1:17
    |
 LL | type v = [isize * 3];
-   |                 ^ expected one of 7 possible tokens here
+   |                 ^ expected one of 7 possible tokens
 
 error: aborting due to previous error