Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
pub
/
pub-ident-struct-2.rs
blob: 50db4039d4fc114b3a020eabc761300b2ffc6f81 [
file
] [
log
] [
blame
] [
edit
]
// #60115
mod
foo
{
pub
bar
();
//~^ ERROR missing `struct` for struct definition
}
fn
main
()
{}