rust/src/librustc_trait_selection
Ralf Jung de4d5ce11e
Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakis
Make `PolyTraitRef::self_ty` return `Binder<Ty>`

This came up during review of #71618. The current implementation is the same as a call to `skip_binder` but harder to audit. Make it preserve binding levels and add a call to `skip_binder` at all use sites so they can be audited as part of #72507.
2020-06-06 21:57:38 +02:00
..
traits Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakis 2020-06-06 21:57:38 +02:00
Cargo.toml Rename the crates in source code 2020-06-02 20:42:54 +03:00
infer.rs replace has_local_value with needs_infer 2020-04-08 23:34:09 +02:00
lib.rs Stabilize str_strip feature 2020-05-22 15:29:47 +00:00
opaque_types.rs remove outdated fixme 2020-06-03 15:59:10 +02:00