rust/tests/ui/pub/pub-ident-fn-3.stderr

9 lines
229 B
Plaintext
Raw Normal View History

2019-04-19 13:04:41 -05:00
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