Skip to content

Commit

Permalink
Merge pull request #1596 from folkertdev/stabilize-const-extern-fn
Browse files Browse the repository at this point in the history
stabilize `const_extern_fn`
  • Loading branch information
ehuss authored Sep 15, 2024
2 parents 8da7b2a + e9a32f4 commit e271d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Functions qualified with the `const` keyword are [const functions], as are
[tuple struct] and [tuple variant] constructors. _Const functions_ can be
called from within [const contexts].

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

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

Expand Down

0 comments on commit e271d9c

Please sign in to comment.