Skip to content

Commit e9a32f4

Browse files
committed
stabilize const_extern_fn
1 parent 8c789ff commit e9a32f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Functions qualified with the `const` keyword are [const functions], as are
217217
[tuple struct] and [tuple variant] constructors. _Const functions_ can be
218218
called from within [const contexts].
219219

220-
Const functions may use the [`extern`] function qualifier, but only with the `"Rust"` and `"C"` ABIs.
220+
Const functions may use the [`extern`] function qualifier.
221221

222222
Const functions are not allowed to be [async](#async-functions).
223223

0 commit comments

Comments
 (0)