ICE: no type for node #47713
Labels
A-typesystem
Area: The type system
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
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.
Getting an ice when declaring a type with type parameters
Abc<_>
which should not have any. Though I have pruned away quite a lot of code I have unfortunately only been able to reproduce this when this is defined inside a (rather complicated) macro from an external crate but hopefully it should still be helpful.Reproduction at https://github.com/Marwes/ice
Seems similiar to #44957
The text was updated successfully, but these errors were encountered: