Skip to content

Commit fc9bc7a

Browse files
committed
Rollup merge of #32149 - steveklabnik:gh31628, r=bluss
Add other primitive types to the reference Fixes #31628
2 parents c5ec055 + aaca317 commit fc9bc7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/reference.md

+4
Original file line numberDiff line numberDiff line change
@@ -3328,6 +3328,10 @@ The primitive types are the following:
33283328
* The boolean type `bool` with values `true` and `false`.
33293329
* The machine types (integer and floating-point).
33303330
* The machine-dependent integer types.
3331+
* Arrays
3332+
* Tuples
3333+
* Slices
3334+
* Function pointers
33313335

33323336
#### Machine types
33333337

0 commit comments

Comments
 (0)