mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 03:06:18 +00:00
Fast path for processing some obligations in the new solver Fast path applies to: - Dyn compatibility predicates - Region and type outlives predicates - Trivially sized predicates
For more information about how rustc works, see the rustc dev guide.