Module ra_ap_hir_ty::primitive[][src]

Defines primitive types, which have a couple of peculiarities:

  • during type inference, they can be uncertain (ie, let x = 92;)
  • they don’t belong to any particular crate.

Enums

BuiltinFloat
BuiltinInt

Different signed int types.

BuiltinUint

Different unsigned int types.

FloatTy

Different kinds of float types.

IntTy

Different signed int types.

UintTy

Different unsigned int types.

Functions

float_ty_to_string
int_ty_to_string
uint_ty_to_string