1
Fork 0
rust/compiler/rustc_hir_analysis/src
bors 870a01a30e Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank
Stop bailing out from compilation just because there were incoherent traits

fixes #120343

but also has a lot of "type annotations needed" fallout. Some are fixed in the second commit.
2024-02-08 05:01:09 +00:00
..
astconv Rollup merge of #120632 - trevyn:issue-109195, r=oli-obk 2024-02-06 19:40:09 +01:00
check Stop bailing out from compilation just because there were incoherent traits 2024-02-05 10:17:31 +00:00
coherence Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs 2024-02-06 02:22:58 +00:00
collect Record coroutine kind in generics 2024-02-07 16:18:31 +00:00
impl_wf_check Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper 2024-01-18 20:56:20 +01:00
outlives Stop using track_errors for some forever unstable rustc_attr analyses 2024-01-17 10:02:14 +00:00
structured_errors Stop using String for error codes. 2024-01-29 07:41:41 +11:00
variance Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs 2024-02-06 02:22:58 +00:00
autoderef.rs Random type checker changes 2024-01-23 15:10:23 +00:00
bounds.rs ~const trait or projection bounds do not imply non-const bounds 2024-01-08 15:01:14 +00:00
check_unused.rs Rename TyCtxt::struct_span_lint_hir as TyCtxt::node_span_lint. 2024-01-23 08:09:01 +11:00
collect.rs More comments, final tweaks 2024-02-06 02:22:58 +00:00
constrained_generic_params.rs finish RegionKind rename 2023-11-14 13:13:27 +00:00
errors.rs Improve the diagnostics for unused generic parameters 2024-02-01 16:18:03 +01:00
hir_wf_check.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
impl_wf_check.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
lib.rs Stop bailing out from compilation just because there were incoherent traits 2024-02-05 10:17:31 +00:00
structured_errors.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00