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 think this part should live in its own header + source files. We can then add attribute-specific functions such as the one to handle #[path] as written by @mathstuf in #785
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)
The text was updated successfully, but these errors were encountered: