rust/compiler/rustc_typeck
bors 59ce765484 Auto merge of #88312 - jackh726:issue-87748, r=nikomatsakis
Treat types in unnormalized function signatures as well-formed

Fixes #87748

r? `@nikomatsakis`
2021-08-29 10:12:54 +00:00
..

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