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