Support extracting higher-kinded types in quoted patterns #17856
julienrf
started this conversation in
Feature Requests
Replies: 0 comments 1 reply
-
Other related issue #10864 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider the following macro definition:
The first match expression does work and prints something during the macro expansion, however, the second match expression does not even compile, it says:
I’ve tried different variations, without success:
This one compiles but does not match at macro-expansion-time.
This one does not compile:
Originally posted by @julienrf in #12446
Beta Was this translation helpful? Give feedback.
All reactions