rust/tests/ui/array-slice-vec/vec-macro-with-comma-only.rs

4 lines
73 B
Rust

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