]> git.proxmox.com Git - rustc.git/blob - tests/ui/pub/pub-ident-fn-or-struct.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / pub / pub-ident-fn-or-struct.stderr
1 error: missing `fn` or `struct` for function or struct definition
2 --> $DIR/pub-ident-fn-or-struct.rs:1:4
3 |
4 LL | pub S (foo) bar
5 | ---^- help: if you meant to call a macro, try: `S!`
6
7 error: aborting due to previous error
8