How to speed up the Rust compiler in July 2022
nnethercote.github.io
How to speed up the Rust compiler in July 2022
1–2 of 2 posts
Re: How to speed up the Rust compiler in July 2022
#2Good work as always. At one point eddyb and I (cmr) discussed some harebrained schemes to get the “structural traits”, almost always treated with derive, generated lazily or reflectively. Never ended up happening…