1
Fork 0
rust/compiler/rustc_trait_selection/src/traits
bors 518263d889 Auto merge of #102896 - matthiaskrgr:rollup-jg5xawz, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #101360 (Point out incompatible closure bounds)
 - #101789 (`let`'s not needed in struct field definitions)
 - #102846 (update to syn-1.0.102)
 - #102871 (rustdoc: clean up overly complex `.trait-impl` CSS selectors)
 - #102876 (suggest candidates for unresolved import)
 - #102888 (Improve rustdoc-gui search-color test)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-10-11 00:36:26 +00:00
..
error_reporting Point out incompatible closure bounds 2022-10-10 05:05:26 +00:00
query Remove TypeckResults from InferCtxt 2022-10-07 07:06:19 -05:00
select Fix compiler docs 2022-10-10 18:28:29 +02:00
specialize Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
auto_trait.rs Fix compiler docs 2022-10-10 18:28:29 +02:00
chalk_fulfill.rs Remove TypeckResults from InferCtxt 2022-10-07 07:06:19 -05:00
codegen.rs Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
coherence.rs Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
const_evaluatable.rs Remove TypeckResults from InferCtxt 2022-10-07 07:06:19 -05:00
engine.rs Remove TypeckResults from InferCtxt 2022-10-07 07:06:19 -05:00
fulfill.rs Remove TypeckResults from InferCtxt 2022-10-07 07:06:19 -05:00
misc.rs Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
mod.rs Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
object_safety.rs Elaborate trait ref to compute object safety. 2022-10-09 13:44:21 +00:00
on_unimplemented.rs Address nits, rename enclosing_scope => parent_label 2022-09-04 02:10:31 +00:00
outlives_bounds.rs Remove TypeckResults from InferCtxt 2022-10-07 07:06:19 -05:00
project.rs Fix compiler docs 2022-10-10 18:28:29 +02:00
relationships.rs Remove TypeckResults from InferCtxt 2022-10-07 07:06:19 -05:00
structural_match.rs Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
util.rs remove the Subst trait, always use EarlyBinder 2022-09-19 11:37:27 +02:00
wf.rs Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki 2022-10-10 00:09:42 +09:00