]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-fn-3.stderr
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / ui / pub / pub-ident-fn-3.stderr
1 error: missing `fn` or `struct` for function or struct definition
2   --> $DIR/pub-ident-fn-3.rs:4:8
3    |
4 LL |     pub bar();
5    |     ---^--- help: if you meant to call a macro, try: `bar!`
6
7 error: aborting due to previous error
8