Skip to content

Commit 09bc6dd

Browse files
committed
clarify not all tier 2 platforms have a host compiler
1 parent a1fcce3 commit 09bc6dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

posts/2019-12-30-reducing-support-for-32-bit-apple-targets.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ being formalized and revised in [RFC 2803]), explaining what we guarantee:
3131

3232
- Tier 2 targets can also be downloaded through rustup, but our
3333
automated builds don’t execute the test suite for them. While we guarantee a
34-
compiler build will be available, we don’t ensure it will actually work
35-
without bugs (or even work at all).
34+
standard library build (and for some of them a full compiler build) will be
35+
available, we don’t ensure it will actually work without bugs (or even work
36+
at all).
3637

3738
- Tier 3 targets are not available for download through rustup, and are
3839
ignored during our automated builds. You can still build their standard

0 commit comments

Comments
 (0)