Sign in
android
/
toolchain
/
rustc
/
59fbe18bc79ed87d0c5f02705e7cf19e402e1f2b
/
.
/
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 `,`
}