# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #74282]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74282 >


The rx{ } quoting construct seems to be not yet implemented in master:

12:53 <@moritz_> rakudo: my $x = rx { 1 2 3 }
12:53 <+p6eval> rakudo c99eeb: OUTPUT«Unable to parse blockoid, couldn't
find
                final '}' at line 11␤current instr.:
                'perl6;Regex;Cursor;FAILGOAL' pc 1664
                (ext/nqp-rx/src/stage0/Regex-s0.pir:907)␤»
12:53 <@moritz_> std: my $x = rx { 1 2 3 }
12:54 <+p6eval> std 30362: OUTPUT«ok 00:01 110m␤»

Reply via email to