rust/compiler/rustc_middle
Matthias Krüger 38adedc598
Rollup merge of #115629 - compiler-errors:sugg-deref-unsize, r=oli-obk
Don't suggest dereferencing to unsized type

Rudimentary check that the self type is Sized. I don't really like any of this diagnostics code -- it's really messy and also really prone to false positives and negatives, but oh well.

Fixes #115569
2023-09-08 08:23:03 +02:00
..
src Rollup merge of #115629 - compiler-errors:sugg-deref-unsize, r=oli-obk 2023-09-08 08:23:03 +02:00
Cargo.toml
messages.ftl
README.md

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