rust/compiler/rustc_hir_analysis
Matthias Krüger d707461a1a clippy::complexity fixes
filter_map_identity
 needless_bool
 search_is_some
 unit_arg
 map_identity
 needless_question_mark
 derivable_impls
2023-12-12 19:28:13 +01:00
..
2023-12-12 19:28:13 +01:00
2023-10-30 08:46:02 +11:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.