Well, it took some sleuthing but I managed to find the code causing this and 
reduced it to this minimal case:
    
    
    import regex, strformat
    
    proc p =
      for i in 1..1:
        const rx = re(&r"")
    
    
    Run

Reply via email to