mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00
7 lines
158 B
Rust
7 lines
158 B
Rust
type v = [isize * 3];
|
|
//~^ ERROR expected `;` or `]`, found `*`
|
|
//~| WARN type `v` should have an upper camel case name [non_camel_case_types]
|
|
|
|
|
|
fn main() {}
|