Skip to content
  • Ben Gamari's avatar
    simplCore: Ignore ticks in rule templates · dcd6bdcc
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    This fixes #17619, where a tick snuck in to the template of a rule,
    resulting in a panic during rule matching. The tick in question was
    introduced via post-inlining, as discussed in `Note [Simplifying
    rules]`. The solution we decided upon was to simply ignore ticks in the
    rule template, as discussed in `Note [Tick annotations in RULE
    matching]`.
    
    Fixes #18162.
    Fixes #17619.
    dcd6bdcc