mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-14 21:33:12 +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.