mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Operators introduced by member macros are not getting found by global operator lookup. This is technically a bug, but due to the potential cost of having to expand macros on/in types just to find operators, for now we're just going to document here that it doesn't work and reconsider the semantics.