ICE when assigning to a static mut #47789
Labels
A-NLL
Area: Non-lexical lifetimes (NLL)
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.
Milestone
This code assigning to a
static mut
causes an ICE when run withfeature(nll)
:On the playground, I get this:
The text was updated successfully, but these errors were encountered: