diff options
| author | ltdk <usr@ltdk.xyz> | 2025-02-22 14:59:07 -0500 |
|---|---|---|
| committer | ltdk <usr@ltdk.xyz> | 2025-02-22 14:59:23 -0500 |
| commit | 12dd4a190866a94b1802b3b5d9b60055308e15bb (patch) | |
| tree | 3461f57b5ce26e1eccecbad3a5ead9abb21ebfb6 /library/std/src/ffi/mod.rs | |
| parent | 15469f8f8ae0a77577745cf56d562600fdb6539a (diff) | |
| download | rust-12dd4a190866a94b1802b3b5d9b60055308e15bb.tar.gz rust-12dd4a190866a94b1802b3b5d9b60055308e15bb.zip | |
Stabilise c_str_module
Diffstat (limited to 'library/std/src/ffi/mod.rs')
| -rw-r--r-- | library/std/src/ffi/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/ffi/mod.rs b/library/std/src/ffi/mod.rs index 860ec3a6be1..6e1ec72dbdb 100644 --- a/library/std/src/ffi/mod.rs +++ b/library/std/src/ffi/mod.rs @@ -161,7 +161,7 @@ #![stable(feature = "rust1", since = "1.0.0")] -#[unstable(feature = "c_str_module", issue = "112134")] +#[stable(feature = "c_str_module", since = "CURRENT_RUSTC_VERSION")] pub mod c_str; #[stable(feature = "core_c_void", since = "1.30.0")] |
