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
/
pub
/
pub-ident-struct.rs
blob: 3930e556e9a9cc1fc9a2ac591beb3628c65f8070 (
plain
)
1
2
3
4
5
6
// run-rustfix
pub
S
{
//~^ ERROR missing `struct` for struct definition
}
fn
main
()
{}