@@ -176,13 +176,10 @@ with such ABIs causes the process to abort.
176176aborts the process by executing an illegal instruction.
177177
178178** Non-normative note** : There are other ABIs available in unstable Rust that are
179- equivalent to the ` "Rust" ` ABI, e.g.,
180- [ ` "rust-intrinsic" ` ] ( https://doc.rust-lang.org/unstable-book/language-features/intrinsics.html?highlight=rust-intrin#intrinsics )
181- or
182- [ ` "platform-intrinsic" ` ] ( https://doc.rust-lang.org/unstable-book/language-features/platform-intrinsics.html ) .
183- For more information about these refer to the [ ABI section of external block
184- items] [ external-blocks.md#ABI ] and the [ Unstable
185- Book] ( https://doc.rust-lang.org/unstable-book ) .
179+ equivalent to the ` "Rust" ` ABI, e.g., [ ` "rust-intrinsic" ` ] [ rust_intrinsic ] or
180+ [ ` "platform-intrinsic" ` ] [ platform_intrinsic ] . For more information about these
181+ refer to the [ ABI section of external block items] [ external_block_abi ] and the
182+ [ Unstable Book] .
186183
187184## Const functions
188185
@@ -290,3 +287,7 @@ attributes macros.
290287[ `export_name` ] : ../abi.md#the-export_name-attribute
291288[ `link_section` ] : ../abi.md#the-link_section-attribute
292289[ `no_mangle` ] : ../abi.md#the-no_mangle-attribute
290+ [ external_block_abi ] : external-blocks.md#abi
291+ [ Unstable Book ] : https://doc.rust-lang.org/unstable-book
292+ [ rust_intrinsic ] : https://doc.rust-lang.org/unstable-book/language-features/intrinsics.html?highlight=rust-intrin#intrinsics
293+ [ platform_intrinsic ] : https://doc.rust-lang.org/unstable-book/language-features/platform-intrinsics.html
0 commit comments