rust/src/test/ui/pub-ident-fn-or-struct-2.stderr
2018-07-18 10:53:08 +02:00

9 lines
224 B
Plaintext

error: missing `fn` or `struct` for method or struct definition
--> $DIR/pub-ident-fn-or-struct-2.rs:11:4
|
LL | pub S();
| ---^- help: if you meant to call a macro, try: `S!`
error: aborting due to previous error