Skip to content

Commit

Permalink
manual: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
emberian committed Aug 21, 2014
1 parent bc19a77 commit c630d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rust.md
Expand Up @@ -1309,7 +1309,7 @@ let c = [Cookie, Cookie, Cookie, Cookie];
~~~~

The precise memory layout of a structure is not specified. One can specify a
particular layout using the [`repr` attribute](
particular layout using the [`repr` attribute](#ffi-attributes).

By using the `struct_inherit` feature gate, structures may use single inheritance. A Structure may only
inherit from a single other structure, called the _super-struct_. The inheriting structure (sub-struct)
Expand Down

0 comments on commit c630d96

Please sign in to comment.