mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 11:25:29 +00:00
zkvm: fix references to `os_str` module The `os_str` module has been moved to `sys`. This change fixes build issues by changing `use` to point to `crate::sys::os_str`.