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