rust/compiler/rustc_typeck
Dylan DPC 0133af504b
Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnr
Add help message to suggest const for unused type param

r? `@lcnr`
2021-05-03 00:32:42 +02:00
..

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