2017-11-21 10:03:02 -06:00
|
|
|
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
|
2017-11-22 11:49:27 -06:00
|
|
|
| ---^- help: if you meant to call a macro, write instead: `S!`
|
2017-11-21 10:03:02 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|