rust/src/test/ui/suggestions/pub-ident-fn-or-struct.stderr

9 lines
239 B
Plaintext
Raw Normal View History

error: missing `fn` or `struct` for method or struct definition
--> $DIR/pub-ident-fn-or-struct.rs:11:4
|
2018-02-22 18:42:32 -06:00
LL | pub S (foo) bar
| ---^- help: if you meant to call a macro, write instead: `S!`
error: aborting due to previous error