Files
rust/tests
Guillaume Gomez 95de91b5ce Rollup merge of #117132 - estebank:issue-80194, r=petrochenkov
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.
2023-10-30 17:33:15 +01:00
..
2023-10-20 21:14:01 +00:00
2023-10-06 15:46:11 +00:00
2023-10-20 21:14:01 +00:00
2023-10-26 00:22:56 +01:00