rust/compiler/rustc_hir_analysis/src/check
bors 520b0b20aa Auto merge of #120619 - compiler-errors:param, r=lcnr
Assert that params with the same *index* have the same *name*

Found this bug when trying to build libcore with the new solver, since it will canonicalize two params with the same index into *different* placeholders if those params differ by name.
2024-02-11 22:13:52 +00:00
..
compare_impl_item Deeply normalize when processing registered region obligations 2024-01-30 00:06:53 +00:00
check.rs Loosen an assertion to account for stashed errors. 2024-02-10 09:14:59 +11:00
compare_impl_item.rs Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obk 2024-02-08 09:06:32 +01:00
dropck.rs Apply suggestions from review 2024-01-30 00:09:58 +00:00
entry.rs hir: Remove fn opt_hir_id and fn opt_span 2024-02-07 09:38:24 +03:00
errs.rs Rename TyCtxt::emit_spanned_lint as TyCtxt::emit_node_span_lint. 2024-01-23 08:09:05 +11:00
intrinsic.rs Auto merge of #120619 - compiler-errors:param, r=lcnr 2024-02-11 22:13:52 +00:00
intrinsicck.rs Rename TyCtxt::struct_span_lint_hir as TyCtxt::node_span_lint. 2024-01-23 08:09:01 +11:00
mod.rs hir: Remove hir::Map::{owner,expect_owner} 2024-01-30 15:00:52 +03:00
region.rs Add PatKind::Err 2024-01-17 03:14:16 +01:00
wfcheck.rs Stop bailing out from compilation just because there were incoherent traits 2024-02-05 10:17:31 +00:00