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
/
parser
/
empty-impl-semicolon.rs
blob: 2485f5b8552020a256c7bbed7eb6a7a98d9827d4 (
plain
)
1
2
3
4
struct
Foo
;
impl
Foo
;
//~ ERROR expected `{}`, found `;`
fn
main
()
{}