mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
d423c815a6
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.