Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

0.5.16

Compare
Choose a tag to compare
@dtolnay dtolnay released this 24 May 22:48
· 69 commits to master since this release
0.5.16
35b1fa6
  • Handle macros whose definition contains interpolated macro_rules variables, such as:

    #[proc_macro_hack]
    pub fn $name(input: TokenStream) -> TokenStream {...}