rust/tests/ui/generic-associated-types
Esteban Küber 8c04999226 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.

Account for object unsafe `impl Trait on dyn Trait {}`.  Make a
distinction between public and sealed traits.

Fix #80194.
2023-10-29 23:55:46 +00:00
..
2023-04-19 23:37:41 +00:00
2023-10-20 21:14:01 +00:00
2023-05-01 16:15:13 +08:00
2023-01-15 19:46:20 +00:00