We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a97ac commit a4ffcd9Copy full SHA for a4ffcd9
reference/src/glossary.md
@@ -77,8 +77,10 @@ niche.
77
78
Types with zero size are called zero-sized types, which is abbreviated as "ZST".
79
This document also uses the "1-ZST" abbreviation, which stands for "one-aligned
80
-zero-sized type", to refer to zero-sized types with an alignment requirement of
81
-1.
+zero-sized type", to refer to zero-sized types with an alignment requirement of 1.
+
82
+For example, `()` is a "1-ZST" but `[u16; 0]` is not because it has an alignment
83
+requirement of two.
84
85
### TODO
86
0 commit comments