@@ -10,7 +10,7 @@ Apple 32bit targets. Starting from Rust 1.42.0, those targets will be demoted
10
10
to Tier 3.
11
11
12
12
The decision was made on [ RFC 2837] , and was accepted by the compiler and
13
- release teams. This post explains what the change means, why we did it and how
13
+ release teams. This post explains what the change means, why we did it, and how
14
14
your project is affected.
15
15
16
16
[ RFC 2837 ] : https://github.com/rust-lang/rfcs/pull/2837
@@ -37,7 +37,7 @@ being formalized and revised in [RFC 2803]), explaining what we guarantee:
37
37
- Tier 3 targets are not available for download through rustup, and are
38
38
ignored during our automated builds. You can still build their standard
39
39
library for cross-compiling (or the full compiler in some cases) from source
40
- on your own, but you might encounter build errors, bugs or missing features.
40
+ on your own, but you might encounter build errors, bugs, or missing features.
41
41
42
42
[ platform-support ] : https://forge.rust-lang.org/release/platform-support.html
43
43
[ RFC 2803 ] : https://github.com/rust-lang/rfcs/pull/2803
@@ -66,8 +66,8 @@ Apple dropped support for running 32bit binaries starting from [macOS
66
66
developers from cross-compiling 32bit programs and apps starting from Xcode 10
67
67
(the platform’s IDE, containing the SDKs).
68
68
69
- Due to those decisions from Apple, the targets are not much useful to our users
70
- anymore, and their choice to prevent cross-compiling makes it hard for the
69
+ Due to those decisions from Apple, the targets are no longer useful to our users,
70
+ and their choice to prevent cross-compiling makes it hard for the
71
71
project to continue supporting the 32bit platform in the long term.
72
72
73
73
[ deprecate-macos ] : https://support.apple.com/en-us/HT208436
0 commit comments