Multiple implementations of a generic interface on same type will have conflicting members #5954
Labels
goal:quality & productivity
Quality issues and issues that impact our productivity coding day to day inside slang
Milestone
I'm coming from rust and hoping to implement interfaces multiple times in this fashion. However, there seems to be a conflict. In rust, the different generic types (Dog, Bat, Fox) would make each implementation independent and non-interferring.
The associatedtype may or may not be required to reproduce the issue.
problem.slang
slangc problem.slang -o problem.slang-module
The text was updated successfully, but these errors were encountered: