]> git.proxmox.com Git - rustc.git/blame - src/test/ui/pub/pub-ident-struct.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / pub / pub-ident-struct.rs
CommitLineData
f035d41b
XL
1// run-rustfix
2
ff7c6d11
XL
3pub S {
4//~^ ERROR missing `struct` for struct definition
5}
abe05a73 6fn main() {}