Internal compiler error when using a trait with default implementations as a field in a struct #3694
Labels
A-trait-system
Area: Trait system
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I get this internal compiler error:
When I compile this file:
If
Something
has only required methods—no provided methods—then the error is not exhibited.This is manifesting in rustc built from f96a2a2 on Mac OS 10.8.2.
The text was updated successfully, but these errors were encountered: