Simplify #[derive(BuiltinTrait)]
expansion wrt. lifetimes
#61876
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-proc-macros
Area: Procedural macros
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I-compiletime
Issue: Problems and improvements with respect to compile times.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
For example, given:
we generate:
but we should be able to generate:
This might lead to perf improvements by generating less tokens.
cc @zackmdavis @scottmcm @eddyb @petrochenkov
cc #61824
The text was updated successfully, but these errors were encountered: