rust/compiler/rustc_hir_analysis
bors 8a778ca1e3 Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead
Rollup of 4 pull requests

Successful merges:

 - #110397 (Move some utils out of `rustc_const_eval`)
 - #110398 (use matches! macro in more places)
 - #110400 (more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_defau…)
 - #110402 (Remove the loop in `Align::from_bytes`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-04-16 13:12:53 +00:00
..
src Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead 2023-04-16 13:12:53 +00:00
Cargo.toml Use lints via lint_defs instead of lints 2023-04-16 11:48:01 +02:00
messages.ftl Migrate rustc_hir_analysis to session diagnostic 2023-04-08 01:24:54 +03:00
README.md

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