rust/compiler/rustc_hir_analysis/src/check
Guillaume Gomez 7c6dca9050
Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu
Use `assert_matches` around the compiler more

It's a useful assertion, especially since it actually prints out the LHS.
2024-08-12 17:09:19 +02:00
..
compare_impl_item Reformat use declarations. 2024-07-29 08:26:52 +10:00
check.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
compare_impl_item.rs Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
dropck.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
entry.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
errs.rs Use more accurate span for addr_of! suggestion 2024-07-18 18:39:20 +00:00
intrinsic.rs Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic 2024-07-30 03:22:27 +00:00
intrinsicck.rs Use assert_matches around the compiler 2024-08-11 12:25:39 -04:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
region.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
wfcheck.rs Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen 2024-08-08 12:15:16 -04:00