rust/tests/ui/array-slice-vec/vec-macro-with-comma-only.rs
2023-01-11 09:32:08 +00:00

4 lines
73 B
Rust

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