Skip to content

Commit 62b9d4a

Browse files
result_ffi_guarantees stabilizes in $CURRENT_RUSTC_VERSION
Co-authored-by: Josh Stone <[email protected]>
1 parent a12bb34 commit 62b9d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/accepted.rs

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

0 commit comments

Comments
 (0)