Skip to content

Commit

Permalink
Merge pull request rust-lang#436 from phansch/master
Browse files Browse the repository at this point in the history
Better link to repr attribute from structs page
  • Loading branch information
Havvy committed Sep 28, 2018
2 parents 8865a78 + 6c9890e commit 8e565cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ let c = [Cookie, Cookie {}, Cookie, Cookie {}];
The precise memory layout of a struct is not specified. One can specify a
particular layout using the [`repr` attribute].

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

[_OuterAttribute_]: attributes.html
[IDENTIFIER]: identifiers.html
Expand Down

0 comments on commit 8e565cd

Please sign in to comment.