Support deriving opaque types #17822
bertlebee
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to derive instances of opaque types. This would enable derivations for types we don't control and permit alternative derivations where one already exists
Currently the following code will not compile (
OpaqueTypes.OpaqueType is not a class type
)Initial discussion here:
#13808
Beta Was this translation helpful? Give feedback.
All reactions