mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 16:07:40 +00:00
Miscellaneous const-generics-related fixes Fixes rust-lang/rust#129209. Fixes rust-lang/rust#131295. Fixes rust-lang/rust#139738.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.