rust/compiler/rustc_hir_analysis/src
Matthias Krüger a6c6a8d216
Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholk
bail in `collect_trait_impl_trait_tys` if signatures reference errors

Fixes #105290
2022-12-17 00:45:52 +01:00
..
astconv Remove TraitRef::new 2022-12-14 15:36:39 +00:00
check Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholk 2022-12-17 00:45:52 +01:00
coherence Combine identical alias arms 2022-12-13 17:48:55 +00:00
collect Auto merge of #104986 - compiler-errors:opaques, r=oli-obk 2022-12-14 01:19:24 +00:00
impl_wf_check
outlives Combine projection and opaque into alias 2022-12-13 17:48:55 +00:00
structured_errors
variance Prevent the creation of TraitRef without dedicated methods 2022-12-14 15:36:39 +00:00
bounds.rs
check_unused.rs Remove useless filter in unused extern crate check. 2022-12-03 09:23:03 +00:00
collect.rs always use anonymize_bound_vars 2022-12-14 20:06:25 +00:00
constrained_generic_params.rs Combine projection and opaque into alias 2022-12-13 17:48:55 +00:00
errors.rs Ensure async trait impls are async (or otherwise return an opaque type) 2022-12-14 16:38:21 -08:00
hir_wf_check.rs
impl_wf_check.rs
lib.rs
structured_errors.rs