Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
array-slice-vec
/
vec-macro-with-comma-only.rs
blob: 0f99f6b1b1e07ce945ad7a9c55e0574dd65f86ad [
file
] [
log
] [
blame
]
pub
fn
main
()
{
vec
![,];
//~ ERROR no rules expected `,`
}