]> git.proxmox.com Git - rustc.git/blob - tests/ui/pub/pub-ident-fn-or-struct-2.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / 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() {}