mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
66e61c78e7
Rename `is_like_osx` to `is_like_darwin` Replace `is_like_osx` with `is_like_darwin`, which more closely describes reality (OS X is the pre-2016 name for macOS, and is by now quite outdated; Darwin is the overall name for the OS underlying Apple's macOS, iOS, etc.). ``@rustbot`` label O-apple r? compiler
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.