Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
pub
/
pub-ident-struct.rs
blob: 3930e556e9a9cc1fc9a2ac591beb3628c65f8070 [
file
] [
log
] [
blame
]
// run-rustfix
pub
S
{
//~^ ERROR missing `struct` for struct definition
}
fn
main
()
{}