Closed
Description
Lines 248 to 256 in 48d28aa
It's not true that OsStr
is stably a transparent wrapper around [u8]
, this code is technically unsound. It's fine as long as the Rust stdlib avoids making this change.
Fortunately the soon-to-be-stabilized as_os_str_bytes()
will fix this. Opening this issue to track it.
Metadata
Metadata
Assignees
Labels
No labels