]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/pub-ident-fn-or-struct-2.stderr
e492a8c47567e214c639be39f3bab802e9e925ff
[rust.git] / src / test / ui / suggestions / pub-ident-fn-or-struct-2.stderr
1 error: missing `fn` or `struct` for method or struct definition
2   --> $DIR/pub-ident-fn-or-struct-2.rs:11:4
3    |
4 LL | pub S();
5    | ---^- help: if you meant to call a macro, try: `S!`
6
7 error: aborting due to previous error
8