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

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

2 lines
67 B
Rust
Raw Normal View History

type v = [mut isize]; //~ ERROR expected type, found keyword `mut`