Check time explosion: Example request

⚓ Rust    📅 2026-01-10    👤 surdeus    👁️ 13      

surdeus

Warning

This post was published 61 days ago. The information described in this article may have changed.

Rust 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

Read full topic

🏷️ Rust_feed