rust/compiler/rustc_hir_analysis/src
Michael Goulet bfe6e5c418
Rollup merge of #112983 - spastorino:new-rpitit-23, r=compiler-errors
Fix return type notation associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-ty

This avoid suggesting the associated types generated for RPITITs when the one the code refers to doesn't exist and rustc looks for a suggestion.

r? `@compiler-errors`
2023-06-23 19:47:22 -07:00
..
astconv Rollup merge of #112983 - spastorino:new-rpitit-23, r=compiler-errors 2023-06-23 19:47:22 -07:00
check Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-errors 2023-06-23 23:26:38 +00:00
coherence Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr 2023-06-21 07:37:01 +02:00
collect Expect clause more 2023-06-22 18:34:24 +00:00
impl_wf_check s/Clause/ClauseKind 2023-06-19 14:57:42 +00:00
outlives migrate inferred_outlives_of to Clause 2023-06-22 18:34:24 +00:00
structured_errors
variance Migrate item_bounds to ty::Clause 2023-06-22 18:34:23 +00:00
autoderef.rs
bounds.rs Fully fledged Clause type 2023-06-19 15:46:08 +00:00
check_unused.rs
collect.rs Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr 2023-06-20 08:42:37 +00:00
constrained_generic_params.rs s/Clause/ClauseKind 2023-06-19 14:57:42 +00:00
errors.rs
hir_wf_check.rs s/Clause/ClauseKind 2023-06-19 14:57:42 +00:00
impl_wf_check.rs Error on unconstrained lifetime in RPITIT 2023-06-14 05:20:31 +00:00
lib.rs remove hash_drain_filter feature uses 2023-06-14 09:28:56 +02:00
structured_errors.rs