ICE (unexpected TypeKind for left-hand side of dyn*
cast) trying to convert dyn* PointerLike
to dyn* PointerLike
#134545
Labels
C-bug
Category: This is a bug.
F-dyn_star
`#![feature(dyn_star)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
I believe that the root issue here is that
dyn* PointerLike
implementsPointerLike
, despite not being pointer-like.Meta
Reproducible on the playground with version
1.85.0-nightly (2024-12-19 9e136a30a965bf4e63f0)
Error output
Backtrace
Seem related to #134543
@rustbot labels +F-dyn_star +requires-nightly
The text was updated successfully, but these errors were encountered: