mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 06:40:41 +00:00
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.