CString::from_vec_unchecked may not need to be unsafe
#29918
Labels
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
unsafe
#29918
It's not obvious if one can cause memory unsafety with this function: when would an interior null be problematic?
Pointed out by @wthrowe in rust-lang/rfcs#1323 (comment).
The text was updated successfully, but these errors were encountered: