1
Fork 0

Stabilize core::ffi:c_* and rexport in std::ffi

This only stabilizes the base types, not the non-zero variants, since
those have their own separate tracking issue and have not gone through
FCP to stabilize.
This commit is contained in:
Josh Triplett 2022-06-20 13:59:58 -07:00
parent b12708f7f4
commit d431338b25
6 changed files with 7 additions and 5 deletions

View file

@ -19,7 +19,6 @@
#![feature(const_ptr_write)]
#![feature(const_trait_impl)]
#![feature(const_likely)]
#![feature(core_ffi_c)]
#![feature(core_intrinsics)]
#![feature(core_private_bignum)]
#![feature(core_private_diy_float)]