summaryrefslogtreecommitdiffstats
path: root/src/test/ui/array-slice-vec/vec-macro-with-comma-only.rs
blob: 574a53c58feac62b0a911bbbdf911aa438617e99 (plain)
1
2
3
pub fn main() {
    vec![,]; //~ ERROR no rules expected the token `,`
}