rust/compiler/rustc_typeck
Cameron Steffen 87a99c5949
Rollup merge of #87687 - camsteffen:inline-macros, r=oli-obk
Inline some macros

I factored out some macros that are not really necessary.
2021-08-02 09:36:54 -05:00
..

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