]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/removed-syntax-uniq-mut-ty.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / removed-syntax-uniq-mut-ty.stderr
index 9c47e3db67dd30d5997da1ceba412cc87c86aeb0..0703caf5beddd11c18bd18e1a2c54af5eec57399 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `>`, const, lifetime, or type, found keyword `mut`
   --> $DIR/removed-syntax-uniq-mut-ty.rs:1:20
    |
 LL | type mut_box = Box<mut isize>;
-   |                    ^^^ expected one of `>`, const, lifetime, or type here
+   |                    ^^^ expected one of `>`, const, lifetime, or type
 
 error: aborting due to previous error