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
I first thought this would be about doc comments, then it would be a duplicate of #67839.
But this is about regular comments that are not parsed into AST and don't participate in expansion at all.
Pretty-printing used by --pretty=expanded then tries its best to put comments into their old places based on spans, but there aren't any guarantees.
(Playground)
Macro Expansion:
The text was updated successfully, but these errors were encountered: