making this so i don't forget
#22282 introduced timings for the linter.
From a very quick glance, this PR introduces a lot of generic code.
Rust monomorphizes generic functions which can bloat binary size.
We should:
- check if the binary size changed, and if so by how much.
- decide if the size change is acceptable and fix it not.
making this so i don't forget
#22282 introduced timings for the linter.
From a very quick glance, this PR introduces a lot of generic code.
Rust monomorphizes generic functions which can bloat binary size.
We should: