mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
95de91b5ce
On object safety error, mention new enum as alternative When we encounter a `dyn Trait` that isn't object safe, look for its implementors. If there's one, mention using it directly If there are less than 9, mention the possibility of creating a new enum and using that instead. Fix #80194. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |