rust/tests/ui/const-generics
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-09-10 23:06:14 +02:00
2023-08-06 13:34:53 +00:00
2023-07-27 15:51:02 +00:00
2023-04-07 11:18:07 -07:00
2023-04-07 11:18:07 -07:00
2023-04-07 11:18:07 -07:00
2023-07-11 17:52:43 +08:00
2023-04-07 11:18:07 -07:00
2023-07-11 17:52:43 +08:00