]> git.lizzy.rs Git - rust.git/blob - tests/ui/array-slice-vec/vec-macro-with-comma-only.rs
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / ui / array-slice-vec / vec-macro-with-comma-only.rs
1 pub fn main() {
2     vec![,]; //~ ERROR no rules expected the token `,`
3 }