Closed AlexDaniel closed 6 years ago
That'd be a Rakudo bug. The values in question are arguments to a macro, and the argument is used.
This issue can probably closed, I golfed it down to something that doesn't involve this module at all:
use experimental :macros; macro z($) { quasi {} }; z $;
Verified that, with the Rakudo warning bug fixed, the warning in this module is also gone.
When installing this module: