dtolnay / paste

Macros for all your token pasting needs
Apache License 2.0
1.02k stars 56 forks source link

Handle attribute with non-ident path #59

Closed dtolnay closed 3 years ago

dtolnay commented 3 years ago

57 only applied to attributes whose path is a single ident, as in #[attr(...)]. This PR extends to work inside of #[path::to::attr(...)] as well.