From c630d961667e9a1f35ea2c55c2558d8c9705ca44 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Thu, 29 May 2014 12:41:58 -0700 Subject: [PATCH] manual: fix link --- src/doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rust.md b/src/doc/rust.md index ad459c57c864e..4bbcba6c2f300 100644 --- a/src/doc/rust.md +++ b/src/doc/rust.md @@ -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)