rust/compiler/rustc_hir_analysis
Dylan DPC c23068c8c6
Rollup merge of #104094 - lcnr:on_unimplemented-move, r=wesleywiser
fully move `on_unimplemented` to `error_reporting`

the `traits` module has a few too many submodules in my opinion.
2022-11-08 11:23:53 +05:30
..

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