rust/compiler/rustc_hir_analysis
Oli Scherer 55bbb054c9 Invoke trait_def query only once
This may be a small performance boost as we have to hash less to lookup the value
2024-02-13 09:29:31 +00:00
..
2024-02-13 09:29:31 +00:00

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