rust/compiler/rustc_hir_analysis
bors 5f4e73c4a4 Auto merge of - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPC
Rollup of 7 pull requests

Successful merges:

 -  (Add the `#[derive_const]` attribute)
 -  (Unhide unknown spans)
 -  (Remove `save_and_restore_in_snapshot_flag`, use `ObligationCtxt` more)
 -  (Emit error in `collecting_trait_impl_trait_tys` on mismatched signatures)
 -  (rustdoc: use checkbox instead of switch for settings toggles)
 -  (Update cargo)
 -  (UI tests can be assigned to T-compiler)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-12 08:03:01 +00:00
..
src Auto merge of - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPC 2022-11-12 08:03:01 +00:00
Cargo.toml Rewrite representability 2022-10-07 09:33:46 -05:00
README.md rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00

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