Internal compiler error: find_vtable_types_for_unsizing: invalid coercion #74451
Labels
A-specialization
Area: Trait impl specialization
C-bug
Category: This is a bug.
F-coerce_unsized
The `CoerceUnsized` trait
F-specialization
`#![feature(specialization)]`
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code (modified version of
src/test/ui/specialization/issue-44861.rs
):I expected to see this happen: mismatched types error in conv due to mismatched types
Instead, this happened: ICE
Playground
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: