mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
d62f6fdff9
solver comments + remove `TyCtxt::evaluate_goal` from the `RustcContributor::explore` session yesterday. This also removes `TyCtxt::evaluate_goal` because to canonicalize you have to use an `InferCtxt` anyways at which point we should just always get people to use `evaluate_root_goal`. r? ``@spastorino``