Check time explosion: Example request
⚓ Rust 📅 2026-01-10 👤 surdeus 👁️ 1Rust is well-known for its bad compile times.
Less well-known, using generics with complex bounds, one can produce a lot of work for the type checker, leading to cargo check needing a long time.
I'm looking for an artificial example of this.
Ideally, by adding "layers", one should be able to control the time needed to check the code.
Thank you for your support!
1 post - 1 participant
🏷️ Rust_feed