-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Description
I wonder is it worth checking in Rustc to see if their Attributes structure cleans this up for you in the parser so you get a structure like:
string attr_name
bool has_rhs
string get_rhs
Originally posted by @philberty in #664 (comment)
CohenArthur