Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
array-slice-vec
/
vec-macro-with-comma-only.rs
blob: 574a53c58feac62b0a911bbbdf911aa438617e99 [
file
] [
log
] [
blame
] [
edit
]
pub
fn
main
()
{
vec
![,];
//~ ERROR no rules expected the token `,`
}