rust/compiler/rustc_hir_analysis
nils 60ce19d848
Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr
remove obsolete `givens` from regionck

Revives #107376. The only change is the last commit (2a3177a8bc) which should fix the regression.

Fixes https://github.com/rust-lang/rust/issues/106567

r? `@lcnr`
2023-03-28 12:51:14 +02:00
..
2023-02-21 11:51:56 +11:00

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