rust/tests/ui/parser/removed-syntax-uniq-mut-ty.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
122 B
Rust
Raw Normal View History

2019-10-22 18:46:19 +00:00
type mut_box = Box<mut isize>;
//~^ ERROR expected one of `>`, a const expression, lifetime, or type, found keyword `mut`