mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
bde2eb4a44
Re-organize platform-specific shims
Move platform-specific code to `shims::{posix::{linux, macos}, windows}`. Also make it private in these modules to ensure we are reasonably structured.