]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/tests/pass-dep/shims/pthreads.rs
Rollup merge of #107429 - tgross35:from-bytes-until-null-stabilization, r=dtolnay
[rust.git] / src / tools / miri / tests / pass-dep / shims / pthreads.rs
index 09dd92564d39a42de2a79a140ec36b9b738d978e..80b8d67401ad143086b69363c11e86e51f1dae2b 100644 (file)
@@ -1,5 +1,4 @@
 //@ignore-target-windows: No libc on Windows
-#![feature(cstr_from_bytes_until_nul)]
 use std::ffi::{CStr, CString};
 use std::thread;