Rust in the 6.2 kernel
Rust in the 6.2 kernel
Posted Nov 17, 2022 22:57 UTC (Thu) by ssokolow (guest, #94568)In reply to: Rust in the 6.2 kernel by djc
Parent article: Rust in the 6.2 kernel
I suspect it has to do with accessing them through core::ffi::CStr and core::ffi::CString being an experimental/nightly-only feature (core_c_str) and them wanting to get to compatibility with stable compilers as quickly as possible.
It wouldn't surprise me if this contributes to the stabilization of the core_c_str feature.
