mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Enable type checking support for explicitly specifying generic arguments to a macro, e.g., `#stringify<Double>(1 + 2)`. To do so, introduce a new kind of constraint that performs explicit argument matching against the generic parameters of a macro only after the overload is chosen.
557 KiB
557 KiB