index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
array-slice-vec
/
vec-macro-with-comma-only.rs
blob: 574a53c58feac62b0a911bbbdf911aa438617e99 (
plain
)
1
2
3
pub
fn
main
()
{
vec!
[,];
//~ ERROR no rules expected the token `,`
}