rust/tests/ui/pub/pub-ident-fn-3.stderr
2023-01-11 09:32:08 +00:00

9 lines
229 B
Plaintext

error: missing `fn` or `struct` for function or struct definition
--> $DIR/pub-ident-fn-3.rs:4:8
|
LL | pub bar();
| ---^--- help: if you meant to call a macro, try: `bar!`
error: aborting due to previous error