Closed
Description
The documentation for CStr::from_bytes_with_nul_unchecked()
lists it as a const fn
, but its const
-ness is still unstable (due to the rustc_const_unstable
attribute and corroborated by the playground).
The documentation for CStr::from_bytes_with_nul_unchecked()
lists it as a const fn
, but its const
-ness is still unstable (due to the rustc_const_unstable
attribute and corroborated by the playground).