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