Error code E0329
Note: this error code is no longer emitted by the compiler.
An attempt was made to access an associated constant through either a generic
type parameter or Self
. This is not supported yet. An example causing this
error is shown below:
Currently, the value of BAR
for a particular type can only be accessed
through a concrete type, as shown below: