Closed
Description
macro abc {
() => {},
Errors:
Compiling playground v0.0.1 (/playground)
error: unexpected end of macro invocation
--> src/lib.rs:2:14
|
2 | () => {},
| ^ missing tokens in macro arguments
error: aborting due to previous error
error: Could not compile `playground`.
To learn more, run the command again with --verbose.