]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/bounds-type-where.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / bounds-type-where.stderr
index 459d5c3b6ea4f5b0d21ae83095bc8a5396a9dbe1..5636ee75c97a8b72f265038310ade044ecf8561a 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `!`, `(`, `+`, `::`, `:`, `<`, `==`, or `=`, found `,`
   --> $DIR/bounds-type-where.rs:8:15
    |
 LL | type A where T, = u8;
-   |               ^ expected one of 8 possible tokens here
+   |               ^ expected one of 8 possible tokens
 
 error: aborting due to previous error