@@ -176,13 +176,10 @@ with such ABIs causes the process to abort.
176
176
aborts the process by executing an illegal instruction.
177
177
178
178
** 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] .
186
183
187
184
## Const functions
188
185
@@ -290,3 +287,7 @@ attributes macros.
290
287
[ `export_name` ] : ../abi.md#the-export_name-attribute
291
288
[ `link_section` ] : ../abi.md#the-link_section-attribute
292
289
[ `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