We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b643df + 085e1f4 commit 901f334Copy full SHA for 901f334
src/doc/complement-design-faq.md
@@ -39,7 +39,7 @@ representation as a primitive. This allows using Rust `enum`s in FFI where C
39
`enum`s are also used, for most use cases. The attribute can also be applied
40
to `struct`s to get the same layout as a C struct would.
41
42
-[repr]: reference.html#miscellaneous-attributes
+[repr]: reference.html#ffi-attributes
43
44
## There is no GC
45
0 commit comments