blob: 6d3d4e592c8ed8f88554db971d50cf75d14b1e8a (
plain)
1
2
3
4
5
6
7
8
|
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
|