ICE: assertion failed: i < this.fields.count()
#86050
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.
The key line seems to be the
Box::from_raw_in(/*pointer*/, allocator)
whereallocator
is specifically coming out of an Option; other than that I haven't the faintest where this is coming from.Code
Meta
rustc --version --verbose
:(also breaks on playground)
Error output
Backtrace
The text was updated successfully, but these errors were encountered: