mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-05 13:11:48 +00:00
All the os-specific code implements a `check_for` and a `detect_features`. Move the always identical check_for in the mod.rs and use `os::detect_features` there.