-
-
Notifications
You must be signed in to change notification settings - Fork 327
Closed
Labels
Milestone
Description
As of rust-lang/rust#49545 proc macros can no longer tell the difference between sugared vs attribute doc comments, just like macro_rules currently cannot. In Syn 0.13 I believe the is_sugared_doc field is always set to false by the parser.