You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error in the annotate proc-macro produced invalid code for enums with
unit variants.
1. Fix the repetition expansions in the proc macro.
2. Emit comments with unit variants. Place the comment after the
variant name.
3. Add a special case for node-then-comment in the emitter to emit the
comment on the same line following the node.
Signed-off-by: Chris Frantz <[email protected]>
0 commit comments