Module ra_ap_hir_def::builtin_type[][src]

Expand description

This module defines built-in types.

A peculiarity of built-in types is that they are always available and are not associated with any particular crate.

Enums

BuiltinFloat
BuiltinInt

Different signed int types.

BuiltinType
BuiltinUint

Different unsigned int types.