]> git.lizzy.rs Git - rust.git/blob - src/test/ui/array-slice-vec/vec-macro-with-comma-only.rs
Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor
[rust.git] / src / test / ui / array-slice-vec / vec-macro-with-comma-only.rs
1 pub fn main() {
2     vec![,]; //~ ERROR no rules expected the token `,`
3 }