blob: 047e66b18d8cd2c683b6f02d555e9d0671623b9f (
plain)
1
2
3
4
5
6
7
8
|
error: missing `fn` or `struct` for function or struct definition
--> $DIR/pub-ident-fn-or-struct-2.rs:1:4
|
LL | pub S();
| ---^- help: if you meant to call a macro, try: `S!`
error: aborting due to previous error
|