Skip to content

Commit 8e565cd

Browse files
authored
Merge pull request #436 from phansch/master
Better link to repr attribute from structs page
2 parents 8865a78 + 6c9890e commit 8e565cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/structs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ let c = [Cookie, Cookie {}, Cookie, Cookie {}];
7878
The precise memory layout of a struct is not specified. One can specify a
7979
particular layout using the [`repr` attribute].
8080

81-
[`repr` attribute]: attributes.html#ffi-attributes
81+
[`repr` attribute]: type-layout.html#representations
8282

8383
[_OuterAttribute_]: attributes.html
8484
[IDENTIFIER]: identifiers.html

0 commit comments

Comments
 (0)