about summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-fixed-vec.rs
blob: 5f70c435ba26c158a09876e9bfb82f6d17b5ddd2 (plain)
1
2
3
// compile-flags: -Z parse-only

type v = [isize * 3]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `*`