Module rustc::ty::util
[−]
[src]
Unstable (
rustc_private
)misc. type-system utilities too small to deserve their own file
Enums
CopyImplementationError | [Unstable] |
Representability |
[Unstable] Describes whether a type is representable. For types that are not representable, 'SelfRecursive' and 'ContainsRecursive' are used to distinguish between types that are recursive with themselves and types that contain a different recursive type. These cases can therefore be treated differently when reporting errors. |
Traits
IntTypeExt | [Unstable] |