You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).