mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
89798e9064
More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait` When encountering `-> Trait`, suggest `-> Box<dyn Trait>` (instead of `-> Box<Trait>`. If there's a single returned type within the `fn`, suggest `-> impl Trait`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |