rust/compiler/rustc_middle
Matthias Krüger db1253f1d2
Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU
improve `_` constants in item signature handling

removing the "type" from the error messages does slightly worsen the error messages for types, but figuring out whether the placeholder is for a type or a constant and correctly dealing with that seemed fairly difficult to me so I took the easy way out  Imo the error message is still clear enough.

r? `@BoxyUwU` cc `@estebank`
2022-01-20 17:10:35 +01:00
..
benches
src Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU 2022-01-20 17:10:35 +01:00
Cargo.toml Update rayon and rustc-rayon 2022-01-10 11:34:07 -08:00
README.md

For more information about how rustc works, see the rustc dev guide.