mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
291d0a9a4b
When a trait parameter depends upon Sized, the error message only referred to the full trait itself and didn't mention Sized. This makes the failure to implement Sized explicit. It also notes when the Sized trait bound is explicit or implicit.