rust/src/test/ui/vec/vec-macro-with-comma-only.rs
2018-12-25 21:08:33 -07:00

4 lines
73 B
Rust

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