rustc/tests/ui/array-slice-vec/vec-macro-with-comma-only.rs
2023-07-27 22:48:29 +08:00

4 lines
73 B
Rust

pub fn main() {
vec![,]; //~ ERROR no rules expected the token `,`
}