mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 16:35:26 +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.