Skip to content

Commit

Permalink
reference: link to proper ffi attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
liigo authored and Manishearth committed Mar 2, 2017
1 parent 70068de commit ef32c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ Functions within external blocks may be called by Rust code, just like
functions defined in Rust. The Rust compiler automatically translates between
the Rust ABI and the foreign ABI.

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

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

0 comments on commit ef32c06

Please sign in to comment.