Add explicit_extern_abis unstable feature

also add `explicit-extern-abis` feature section to
the unstable book.
This commit is contained in:
Obei Sideg 2025-04-08 05:29:19 +03:00
parent c580c498a1
commit ee53c26b41
No known key found for this signature in database
GPG key ID: 14BF4B61362D0518
3 changed files with 26 additions and 0 deletions

View file

@ -477,6 +477,8 @@ declare_features! (
(incomplete, ergonomic_clones, "1.87.0", Some(132290)),
/// Allows exhaustive pattern matching on types that contain uninhabited types.
(unstable, exhaustive_patterns, "1.13.0", Some(51085)),
/// Disallows `extern` without an explicit ABI.
(unstable, explicit_extern_abis, "CURRENT_RUSTC_VERSION", Some(134986)),
/// Allows explicit tail calls via `become` expression.
(incomplete, explicit_tail_calls, "1.72.0", Some(112788)),
/// Allows using `aapcs`, `efiapi`, `sysv64` and `win64` as calling conventions