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
/
tests
/
ui
/
parser
/
removed-syntax-field-semicolon.rs
blob: 808f2a5cc381c0618d0ce4b8f664726055468f1e (
plain
)
1
2
3
4
5
6
struct
S
{
bar
:
();
//~^ ERROR struct fields are separated by `,`
}
fn
main
()
{}