Skip to content

Commit e452dad

Browse files
committed
Add the-default-representation anchor
1 parent c6d4744 commit e452dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-layout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ not change the layout of the fields themselves. For example, a struct with a
159159
`C` representation that contains a struct `Inner` with the default
160160
representation will not change the layout of `Inner`.
161161

162-
### The `Rust` Representation
162+
### <a name="the-default-representation"></a> The `Rust` Representation
163163

164164
The `Rust` representation is the default representation for nominal types
165165
without a `repr` attribute. Using this representation explicitly through a

0 commit comments

Comments
 (0)