mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 20:15:33 +00:00
When encountering a type mismatch error involving `dyn Trait`, mention the existence of boxed trait objects if the other type involved implements `Trait`. Partially addresses #102629.