rust/compiler/rustc_typeck
Dylan DPC 7c55c992ab
Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnr
Disallow defaults on type GATs

Fixes #99205
2022-09-17 15:31:08 +05:30
..
src Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnr 2022-09-17 15:31:08 +05:30
Cargo.toml
README.md

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