Skip to content

Commit

Permalink
stabilize const_extern_fn
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Aug 29, 2024
1 parent 8c789ff commit e9a32f4
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 @@ -217,7 +217,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 e9a32f4

Please sign in to comment.