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