mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 09:05:31 +00:00
On E0308 involving `dyn Trait`, mention trait objects When encountering a type mismatch error involving `dyn Trait`, mention the existence of boxed trait objects if the other type involved implements `Trait`. Fix #102629.