about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorricked-twice <39213807+ricked-twice@users.noreply.github.com>2022-05-17 20:31:48 +0200
committerricked-twice <39213807+ricked-twice@users.noreply.github.com>2022-05-17 20:31:48 +0200
commit4d7e014550444129deb3c83dd588357cb36241b2 (patch)
treec226a3f3084a8f8fabef8516a7517ee49a9954fe /compiler/rustc_codegen_llvm/src
parent3655175a75f503c9855b6a73a9d3c83997354c1d (diff)
downloadrust-4d7e014550444129deb3c83dd588357cb36241b2.tar.gz
rust-4d7e014550444129deb3c83dd588357cb36241b2.zip
Clean fix for #96223
- Modified `InferCtxt::mk_trait_obligation_with_new_self_ty` to take as
  argument a `Binder<(TraitPredicate, Ty)>` instead of a
  `Binder<TraitPredicate>` and a separate `Ty` with no bound vars.

- Modified all call places to avoid calling `Binder::no_bounds_var` or
  `Binder::skip_binder` when it is not safe.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions