# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130506] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=130506 >
Code: printf("%d, %d", 1); Result: Your printf-style directives specify 2 arguments, but 1 argument was supplied in any at /home/camelia/rakudo-m-inst-1/share/perl6/runtime/CORE.setting.moarvm line 1 “CORE.setting.moarvm line 1” is not very helpful. I was expecting it to point to the user code (e.g. “at <tmp>:1”).