Commits
Click on a commit to change the comparison rangerefactor(ast): shorten generated code for `CloneIn` (#9939)
Shorten generated code for `CloneIn` for fieldless enums. All fieldless enums are `Copy`, so cloning them can just be `*self`, rather than a large match expression. This removes about 500 lines of code.
Add `#[inline(always)]` to these no-op `clone_in` methods.9 months ago
by overlookmotel