Add other primitive types to the reference

Fixes #31628
This commit is contained in:
Steve Klabnik 2016-03-09 03:42:36 -05:00
parent c97524bef9
commit aaca3175ba

View File

@ -3283,6 +3283,10 @@ The primitive types are the following:
* The boolean type `bool` with values `true` and `false`.
* The machine types (integer and floating-point).
* The machine-dependent integer types.
* Arrays
* Tuples
* Slices
* Function pointers
#### Machine types