rust/tests/ui/impl-trait
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-10-20 21:14:01 +00:00
2023-08-14 15:25:20 +02:00
2023-10-20 21:14:01 +00:00
2023-09-21 08:17:58 +02:00
2023-04-20 15:06:17 -03:00
2023-09-23 13:47:30 +00:00
2023-07-03 21:40:04 +00:00
2023-10-20 21:14:01 +00:00
2023-10-04 19:51:43 +00:00
2023-06-27 21:36:15 +00:00
2023-06-26 19:14:49 +00:00
2023-08-28 01:05:34 +00:00
2023-04-25 19:53:09 +00:00
2023-10-13 21:01:36 +00:00
2023-10-13 21:01:36 +00:00