Commits
Click on a commit to change the comparison rangerefactor(ast_macros): simplify code (#13101)
Pure refactor. Simplify implementation of `#[ast]` proc macro.
`reorder_struct_fields` can mutate the fields of the `ItemStruct` in place, rather than taking the fields out, altering them, putting them back in, and then converting to a `TokenStream`.3 months ago
by overlookmotel