mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
9 lines
229 B
Plaintext
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
|
|
|