diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2022-07-15 03:10:35 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2022-07-15 03:10:35 -0700 |
| commit | d6b7480c2a086d9284cfd4ed3f3e3612880a75d7 (patch) | |
| tree | c1f2b79c6238ac28ca97480c5044ed6a9daa5408 /library/alloc/tests/lib.rs | |
| parent | 522abf6d88a45f9f49a1b2217426eef1c3a09b52 (diff) | |
| download | rust-d6b7480c2a086d9284cfd4ed3f3e3612880a75d7.tar.gz rust-d6b7480c2a086d9284cfd4ed3f3e3612880a75d7.zip | |
Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends
Stabilize the `core_c_str` and `alloc_c_string` feature gates. Change `std::ffi` to re-export these types rather than creating type aliases, since they now have matching stability.
Diffstat (limited to 'library/alloc/tests/lib.rs')
| -rw-r--r-- | library/alloc/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs index bf5d0c941e9..c29e7b9c81e 100644 --- a/library/alloc/tests/lib.rs +++ b/library/alloc/tests/lib.rs @@ -11,7 +11,6 @@ #![feature(const_nonnull_slice_from_raw_parts)] #![feature(const_ptr_write)] #![feature(const_try)] -#![feature(core_c_str)] #![feature(core_intrinsics)] #![feature(drain_filter)] #![feature(exact_size_is_empty)] |
