rustc panics when working with regexes and closures #110592
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Playground link
The same code but with
regex::Captures
instead ofregex::Captures<'_>
also panicked:Meta
No panic if I switch to nightly in the playground
Error output
The text was updated successfully, but these errors were encountered: