mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
38adedc598
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
For more information about how rustc works, see the rustc dev guide.