2018-11-30 15:05:13 -08:00
|
|
|
error: missing `fn` or `struct` for function or struct definition
|
2024-07-06 13:14:53 +03:00
|
|
|
--> $DIR/pub-ident-fn-or-struct.rs:1:1
|
2017-11-21 08:03:02 -08:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | pub S (foo) bar
|
2024-07-06 13:14:53 +03:00
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
|
|
help: if you meant to call a macro, try
|
|
|
|
|
|
|
2025-02-13 02:54:07 +00:00
|
|
|
LL | pub S! (foo) bar
|
2025-02-13 03:21:25 +00:00
|
|
|
| +
|
2017-11-21 08:03:02 -08:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2017-11-21 08:03:02 -08:00
|
|
|
|