rust/compiler/rustc_typeck
Guillaume Gomez 684fbd50ab
Rollup merge of #78089 - varkor:opt_const_param_of-error, r=lcnr
Fix issue with specifying generic arguments for primitive types

Fixes https://github.com/rust-lang/rust/issues/78005.

r? @lcnr
2020-10-19 18:20:23 +02:00
..

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