blob: b6c5749c031e07ed4a61e38fc9216535fd4f8a58 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `>`, const, lifetime, or type, found `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
error: aborting due to previous error
|