rustc ICEs when an impl doesn't have all the methods it needs to #3344
Labels
A-typesystem
Area: The type system
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Milestone
At revision ce4e09b. A minimized test case:
Looking up some of the addresses from the backtrace in
nm -n
output (is there a better way to do this?) suggests that it's thetcx.items.get
inmiddle::typeck::collect::check_methods_against_trait
.The text was updated successfully, but these errors were encountered: