]> git.lizzy.rs Git - rust.git/blob - src/test/ui/array-slice-vec/vec-macro-with-comma-only.rs
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[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 }