blob: e9660f3e1c2c337b7a0bdd5a568643ea6a40a54a [file] [log] [blame]
error: expected one of `>`, lifetime, or type, found `mut`
--> $DIR/removed-syntax-uniq-mut-ty.rs:13:20
|
LL | type mut_box = Box<mut isize>; //~ ERROR expected one of `>`, lifetime, or type, found `mut`
| ^^^ expected one of `>`, lifetime, or type here
error: aborting due to previous error