about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-dispatch-from-dyn-missing-impl.stderr
AgeCommit message (Collapse)AuthorLines
2023-10-29On object safety error, mention new enum as alternativeEsteban Küber-0/+2
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-05-12Note base types of coercionMichael Goulet-8/+1
2023-01-24add feature gate tests for DispatchFromDyndimi-0/+45