rust/compiler/rustc_hir_analysis/src
bors 4d87c4ad62 Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #119759 (Add FileCheck annotations to dataflow-const-prop tests)
 - #120323 (On E0277 be clearer about implicit `Sized` bounds on type params and assoc types)
 - #120473 (Only suggest removal of `as_*` and `to_` conversion methods on E0308)
 - #120540 (add test for try-block-in-match-arm)
 - #120547 (`#![feature(inline_const_pat)]` is no longer incomplete)
 - #120552 (Correctly check `never_type` feature gating)
 - #120555 (put pnkfelix (me) back on the review queue.)
 - #120556 (Improve the diagnostics for unused generic parameters)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-02-04 22:55:40 +00:00
..
astconv Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr 2024-02-04 22:55:40 +00:00
check Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obk 2024-02-04 19:42:12 +01:00
coherence Stop using String for error codes. 2024-01-29 07:41:41 +11:00
collect Diagnostic cleanups 2024-02-03 09:02:50 +11: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 Stop using track_errors for some forever unstable rustc_attr analyses 2024-01-17 10:02:14 +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 hir: Use InferArg in ArrayLen::Infer 2024-01-28 02:04:39 +03: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 Remove unused features 2024-01-25 14:01:33 +00:00
structured_errors.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00