DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / pub / pub-ident-struct-2.rs
12345678
// #60115 mod foo { pub bar(); //~^ ERROR missing `struct` for struct definition } fn main() {}