Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
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
()
{}