Files
rust/tests/ui/parser/removed-syntax/removed-syntax-fixed-vec.rs
2025-07-15 12:00:46 +08:00

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() {}