ICE converting Box<[T]> to pointer #74734
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.
(Playground)
Errors:
On 1.47.0-nightly both conversion attempts give a normal error. On 1.46.0-beta.2 the top one gives a normal error, the bottom one gives this ICE. On my machine, both for 1.46.0-nightly (346aec9 2020-07-11) and 1.46.0-beta.2 (6f95990 2020-07-23), the top one gives a normal error, the bottom one gives a slightly different ICE:
Before running
rustup upgrade
, on nightly also the top line gave a similar ICE, but now it doesn't, even though rustup said it didn't change anything...The text was updated successfully, but these errors were encountered: