Rollup merge of #32149 - steveklabnik:gh31628, r=bluss

Add other primitive types to the reference

Fixes #31628
This commit is contained in:
Steve Klabnik 2016-03-10 14:01:54 +03:00
commit fc9bc7ac3b

View File

@ -3328,6 +3328,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