blob: 99c8e5754ef73aec87882b312f5ceaddfe61c7af [file] [log] [blame]
error: missing `fn` or `struct` for function or struct definition
--> $DIR/pub-ident-fn-or-struct.rs:1:1
|
LL | pub S (foo) bar
| ^^^^^
|
help: if you meant to call a macro, try
|
LL | pub S! (foo) bar
| +
error: aborting due to 1 previous error