result_ffi_guarantees stabilizes in $CURRENT_RUSTC_VERSION

Co-authored-by: Josh Stone <cuviper@gmail.com>
This commit is contained in:
Jubilee 2024-09-20 09:48:44 -07:00 committed by Jubilee Young
parent a12bb34920
commit 62b9d4a4ff

View File

@ -355,7 +355,7 @@ macro_rules! declare_features {
(accepted, repr_transparent, "1.28.0", Some(43036)),
/// Allows enums like Result<T, E> to be used across FFI, if T's niche value can
/// be used to describe E or vice-versa.
(accepted, result_ffi_guarantees, "1.80.0", Some(110503)),
(accepted, result_ffi_guarantees, "CURRENT_RUSTC_VERSION", Some(110503)),
/// Allows return-position `impl Trait` in traits.
(accepted, return_position_impl_trait_in_trait, "1.75.0", Some(91611)),
/// Allows code like `let x: &'static u32 = &42` to work (RFC 1414).