Commits
Click on a commit to change the comparison rangerefactor(ast): split `ast` macro into multiple files (#5791)
Pure refactor. Split implementation of `#[ast]` macro into multiple files. This means each file works with a single version of `TokenStream`, rather than having `proc_macro::TokenStream` and `proc_macro2::TokenStream` both in use in a single file.1 year ago
by overlookmotel