Put the RFC behind a feature gate result_ffi_guarantees
This commit is contained in:
parent
437ca26de5
commit
ed532cc186
8 changed files with 499 additions and 28 deletions
|
@ -585,6 +585,9 @@ 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, "CURRENT_RUSTC_VERSION", Some(110503)),
|
||||
/// Allows bounding the return type of AFIT/RPITIT.
|
||||
(incomplete, return_type_notation, "1.70.0", Some(109417)),
|
||||
/// Allows `extern "rust-cold"`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue