Skip to content

Commit 1af8f3e

Browse files
authored
Auto merge of #34266 - liigo:patch-8, r=Manishearth
reference: link to proper ffi attributes
2 parents bf84f4e + 4dcebd2 commit 1af8f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ Functions within external blocks may be called by Rust code, just like
16281628
functions defined in Rust. The Rust compiler automatically translates between
16291629
the Rust ABI and the foreign ABI.
16301630

1631-
A number of [attributes](#attributes) control the behavior of external blocks.
1631+
A number of [attributes](#ffi-attributes) control the behavior of external blocks.
16321632

16331633
By default external blocks assume that the library they are calling uses the
16341634
standard C "cdecl" ABI. Other ABIs may be specified using an `abi` string, as

0 commit comments

Comments
 (0)