Skip to content

Commit 875c32b

Browse files
committed
Properly link layout components
1 parent 6246534 commit 875c32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: reference/src/glossary.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ The *layout* of a type defines:
5858
* its size,
5959
* its alignment,
6060
* its field offsets (e.g. fields of structs, union, enums, arrays, ...)
61-
* its [niches][Niche],
62-
* its call abi.
61+
* its [niches](glossary.html#niche),
62+
* its [call abi](glossary.html#call-abi).
6363

6464
Note: due to discriminant-elision optimizations, niches are required to compute
6565
the layout of, e.g., `Option<T>`, from the layout of `T`.

0 commit comments

Comments
 (0)