ICE: called Option::unwrap()
on a None
value
#115658
Labels
C-bug
Category: This is a bug.
F-return_position_impl_trait_in_trait
`#![feature(return_position_impl_trait_in_trait)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
I have been unable to reproduce this; I was in the middle of a large refactor to our traits and I'm honestly not sure what the issue is. Figured I'd dump this anyways in case it's useful to anyone!
We are using
#![feature(return_position_impl_trait_in_trait)]
.Meta
rustc --version --verbose
:Error output
See comment above, unable to reproduce 😔
Backtrace
The text was updated successfully, but these errors were encountered: