]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_codegen_cranelift/build_system/build_sysroot.rs
Rollup merge of #107321 - lcnr:comment, r=compiler-errors
authorYuki Okushi <jtitor@2k36.org>
Fri, 27 Jan 2023 15:23:14 +0000 (00:23 +0900)
committerGitHub <noreply@github.com>
Fri, 27 Jan 2023 15:23:14 +0000 (00:23 +0900)
commitd62f6fdff9fac2c28554475fa9731a7bc8439ea3
treec1e0dc631f76da3734a28ceb7c33969d359282a2
parent9ec7492862e5bb101746bc14ead8152ac9da1930
parent727b987e0668fb87a328b7312cafdd40b75e8ed9
Rollup merge of #107321 - lcnr:comment, r=compiler-errors

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``