diff --git a/src/items/functions.md b/src/items/functions.md index ae698fba2..820fa4bd4 100644 --- a/src/items/functions.md +++ b/src/items/functions.md @@ -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).