Macros§
Attribute Macros§
- extension
- Derive an extension trait for a given impl block. The trait name goes into the parenthesized args of the macro, for greppability. For example:
Derive Macros§
- Decodable
- Decodable_
Generic - Diagnostic
- Encodable
- Encodable_
Generic - Hash
Stable - Hash
Stable_ Generic - Hash
Stable_ NoContext HashStable
implementation that has noHashStableContext
bound and which addswhere
bounds forHashStable
based off of fields and not generics. This is suitable for use in crates likerustc_type_ir
.- Lift
- Lint
Diagnostic - Metadata
Decodable - Metadata
Encodable - Subdiagnostic
- TryFrom
U32 - Derives
TryFrom<u32>
for the annotatedenum
, which must have no fields. Each variant maps to the value it would produce under anas u32
cast. - 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).