Add associated items to impl
s and trait
s.
#610
Labels
compiler
General compiler. Should eventually become more specific as the issue is triaged
enhancement
New feature or request
language feature
Core language features visible to end users
P: high
Should be looked at if there are no critical issues left
We should be able to add types and consts to
trait
andimpl
declarations, as per:https://doc.rust-lang.org/reference/items/associated-items.html
Useful for:
and obviously:
The text was updated successfully, but these errors were encountered: