]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-fn-or-struct.rs
Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser
[rust.git] / src / test / ui / pub / pub-ident-fn-or-struct.rs
1 pub S (foo) bar
2 //~^ ERROR missing `fn` or `struct` for function or struct definition
3
4 fn main() {}