DougGregor / swift-macro-examples

Example macros for the Swift macros effort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using a closure as a parameter to a macro will result in a "circular reference" error.

miku1958 opened this issue · comments

Hi @DougGregor I encountered this error two months ago swiftlang/swift#64423

I just tried the May 20 snapshot and it still happens, is this an expected behavior?