Macros§
- newtype_
index - Creates a struct type
S
that can be used as an index withIndexVec
and so on. - rustc_
queries - symbols
Derive Macros§
- Decodable
- Diagnostic
- Encodable
- Hash
Stable - Hash
Stable_ Generic - Lift
- Lint
Diagnostic - Metadata
Decodable - Metadata
Encodable - Subdiagnostic
- TyDecodable
- TyEncodable
- Type
Foldable - Derives
TypeFoldable
for the annotatedstruct
orenum
(union
is not supported). - Type
Visitable - Derives
TypeVisitable
for the annotatedstruct
orenum
(union
is not supported).