blob: 6d3d4e592c8ed8f88554db971d50cf75d14b1e8a [file] [log] [blame]
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