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:
parent
b12708f7f4
commit
d431338b25
6 changed files with 7 additions and 5 deletions
|
@ -108,7 +108,6 @@
|
|||
#![feature(const_refs_to_cell)]
|
||||
#![feature(core_c_str)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(core_ffi_c)]
|
||||
#![feature(const_eval_select)]
|
||||
#![feature(const_pin)]
|
||||
#![feature(cstr_from_bytes_until_nul)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue