]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-fn-or-struct.rs
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[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() {}