mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 02:26:01 +00:00
uses a `ProofTreeVisitor` to look into nested goals when looking at the pending obligations during hir typeck. Used by closure signature inference, coercion, and for async functions.
For more information about how rustc works, see the rustc dev guide.