]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/bounds-lifetime-1.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / bounds-lifetime-1.stderr
index 17d65314d9625f9a52bc931bad059d6a9452f066..000e84f635b7b6306e284452b34be1b61bd1cc8f 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `,`, `:`, or `>`, found `'b`
   --> $DIR/bounds-lifetime-1.rs:1:17
    |
 LL | type A = for<'a 'b> fn();
-   |                 ^^ expected one of `,`, `:`, or `>` here
+   |                 ^^ expected one of `,`, `:`, or `>`
 
 error: aborting due to previous error