mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 14:46:07 +00:00
Treat types in unnormalized function signatures as well-formed Fixes #87748 r? `@nikomatsakis`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.