Associated lang items #70718
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-lang-item
Area: Language items
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Some associated items have a special meaning in the compiler, for example,
Fn::Output
andFuture::Output
. However, these associated types are often looked up by name, or worse by definition order. We should be using the lang item machinery for them.The text was updated successfully, but these errors were encountered: