Skip to content

Commit fef5ed8

Browse files
committed
Revise wording on explicit extern ABI change
1 parent 12092cd commit fef5ed8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/items/external-blocks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ r[items.extern.abi.default]
110110
If the ABI string is not specified, it defaults to `"C"`.
111111
112112
> [!NOTE]
113-
> It is recommended to always specify the ABI to make it clear which ABI is used. Future versions of Rust may make this a requirement, see [#134986](https://github.com/rust-lang/rust/issues/134986).
113+
> The `extern` syntax without an explicit ABI is being phased out, so it's better to always write the ABI explicitly.
114+
>
115+
> For more details, see [Rust issue #134986](https://github.com/rust-lang/rust/issues/134986).
114116
115117
r[items.extern.abi.standard]
116118
The following ABI strings are supported on all platforms:

0 commit comments

Comments
 (0)