ICE when into_iter()
is called on a const generic array of type T where size is unkown.
#64087
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-incr-comp
Area: Incremental compilation
F-const_generics
`#![feature(const_generics)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
Might be similar to #60744, idk.This causes an ICE:
Backtrace: https://gist.github.com/ZeGentzy/d8a1eaa26fe3551e0c5590885265884a
So does this:
Backtrace: https://gist.github.com/ZeGentzy/5ab1bd3ebdd272ad7d51d71fa5a564ec
This does not:
Nor does this:
But this does produce an ICE:
Backtrace: https://gist.github.com/ZeGentzy/daca993eabfa2e2fe1f340384f93cdb2
System info:
This ICE could not be reproduced on the playground's version:
The text was updated successfully, but these errors were encountered: