Skip to content

Commit e271d9c

Browse files
authored
Merge pull request #1596 from folkertdev/stabilize-const-extern-fn
stabilize `const_extern_fn`
2 parents 8da7b2a + e9a32f4 commit e271d9c

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
@@ -227,7 +227,7 @@ Functions qualified with the `const` keyword are [const functions], as are
227227
[tuple struct] and [tuple variant] constructors. _Const functions_ can be
228228
called from within [const contexts].
229229

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

232232
Const functions are not allowed to be [async](#async-functions).
233233

0 commit comments

Comments
 (0)