rust/compiler/rustc_typeck
Ding Xiang Fei 6044fbe462
factor out the rvalue lifetime rule
remove region_scope_tree from RegionCtxt

Apply suggestions from code review

Co-authored-by: Niko Matsakis <niko@alum.mit.edu>
2022-05-22 16:46:50 +08:00
..
2022-05-22 16:46:50 +08:00

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