ptr_metadata + useless where clause = ICE in normalize_projection_ty #95823
Labels
C-bug
Category: This is a bug.
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Removing the
where ():
clause removes the ICE. Replacingcore::ptr::Pointee
with a non-lang trait with a blanket impl removes teh ICE.Meta
rustc --version --verbose
:Error output
Backtrace
Meta (playground)
Playground Nightly version: 1.62.0-nightly (2022-04-07 e745b4d)
Error output (different)
Backtrace
@rustbot modify labels +F-requires-nightly
The text was updated successfully, but these errors were encountered: