mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
03878c682a
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.