]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-fn-or-struct-2.rs
Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkov
[rust.git] / src / test / ui / pub / pub-ident-fn-or-struct-2.rs
1 pub S();
2 //~^ ERROR missing `fn` or `struct` for function or struct definition
3
4 fn main() {}