rust/compiler/rustc_typeck
Ralf Jung 9e02642fb3
Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk
Remove unused #[allow(...)] statements from compiler/
2020-09-26 12:58:34 +02:00
..

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