mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
3ff758877f
When encountering `-> Trait`, suggest `-> Box<dyn Trait>` (instead of `-> Box<Trait>`. If there's a single returned type within the `fn`, suggest `-> impl Trait`.