Hacker News new | ask | show | jobs
How to speed up the Rust compiler in July 2022 (nnethercote.github.io)
14 points by nnethercote 1434 days ago
1 comments

Good 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…