]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-uniq-mut-ty.stderr
Use `summary_opts()` in another spot
[rust.git] / src / test / ui / parser / removed-syntax-uniq-mut-ty.stderr
1 error: expected one of `>`, const, lifetime, or type, found keyword `mut`
2   --> $DIR/removed-syntax-uniq-mut-ty.rs:1:20
3    |
4 LL | type mut_box = Box<mut isize>;
5    |                    ^^^ expected one of `>`, const, lifetime, or type
6
7 error: aborting due to previous error
8