1
Fork 0
rust/compiler/rustc_hir_analysis/src
Matthias Krüger 91dafebc91
Rollup merge of #108575 - compiler-errors:erase, r=estebank
Erase **all** regions when probing for associated types on ambiguity in astconv

Fixes #108562
2023-03-02 07:24:01 +01:00
..
astconv Rollup merge of #108575 - compiler-errors:erase, r=estebank 2023-03-02 07:24:01 +01:00
check Descriptive error when users try to combine RPITIT/AFIT with specialization 2023-02-28 02:03:43 +00:00
coherence Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-errors,davidtwco,estebank,oli-obk 2023-02-23 00:19:12 +00:00
collect Only look for param in generics if it actually comes from generics 2023-02-28 06:27:56 +00:00
impl_wf_check Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
outlives Add Clause::ConstArgHasType variant 2023-02-17 09:30:33 +00:00
structured_errors diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
variance Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
autoderef.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
bounds.rs Rework hir Bounds collection 2022-12-28 23:40:09 +00:00
check_unused.rs Move the unused extern crate check back to the resolver. 2023-02-22 20:48:27 +00:00
collect.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin 2023-02-27 18:48:49 +01:00
hir_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
impl_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
lib.rs Migrate rustc_hir_analysis to session diagnostic 2023-02-24 23:23:30 +03:00
structured_errors.rs