mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
90c59e736b
stdlib support for Apple WatchOS This is a follow-up to https://github.com/rust-lang/rust/pull/95243 (Add Apple WatchOS compiler targets) that adds stdlib support for Apple WatchOS. `@deg4uss3r` `@nagisa`