compiler: Fully stabilize result_ffi_guarantees

This commit is contained in:
Jubilee Young
2024-09-20 08:59:42 -07:00
parent 8069f8d17a
commit fa18606b17
7 changed files with 33 additions and 424 deletions

View File

@@ -580,9 +580,6 @@ declare_features! (
(incomplete, repr128, "1.16.0", Some(56071)),
/// Allows `repr(simd)` and importing the various simd intrinsics.
(unstable, repr_simd, "1.4.0", Some(27731)),
/// Allows enums like Result<T, E> to be used across FFI, if T's niche value can
/// be used to describe E or vise-versa.
(unstable, result_ffi_guarantees, "1.80.0", Some(110503)),
/// Allows bounding the return type of AFIT/RPITIT.
(unstable, return_type_notation, "1.70.0", Some(109417)),
/// Allows `extern "rust-cold"`.