Rollup merge of #32149 - steveklabnik:gh31628, r=bluss
Add other primitive types to the reference Fixes #31628
This commit is contained in:
commit
fc9bc7ac3b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user