]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-fn-3.stderr
Auto merge of #98570 - SparrowLii:deadlock, r=cjgillot
[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