'privileged scope' coherence checks must extend to trait supertypes #4006
Labels
A-linkage
Area: linking into static, shared libraries and binaries
A-trait-system
Area: Trait system
Milestone
trait B: A;
If A is not defined our crate then we must define the type when implementing B.
The text was updated successfully, but these errors were encountered: