[][src]Module ra_ap_hir_ty::primitive

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.

Structs

BuiltinFloat
BuiltinInt
FloatTy
IntTy

Enums

FloatBitness
IntBitness
Signedness