rust/compiler/rustc_metadata/src
bors cf073ec2cb Auto merge of #109202 - compiler-errors:new-solver-fast-reject-faster-2, r=lcnr
Don't pass `TreatProjections` separately to `fast_reject`

Don't pass `TreatProjections` separately to `fast_reject`, and instead use the original approach of switching on two variants of `TreatParams` (undoes this: https://github.com/rust-lang/rust/pull/108830#pullrequestreview-1330371417).

Fixes the regression introduced in https://github.com/rust-lang/rust/pull/108830#issuecomment-1468116419
2023-03-23 23:53:56 +00:00
..
rmeta Don't split up TreatProjections and TreatParams anymore 2023-03-23 18:57:02 +00:00
creader.rs Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot 2023-03-22 22:44:41 +01:00
dependency_format.rs
errors.rs
foreign_modules.rs
fs.rs
lib.rs
locator.rs
native_libs.rs The name of NativeLib will be presented 2023-03-19 11:23:19 +08:00