File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ changes not covered by this post.
33
33
34
34
The Rust compiler supports [ a wide variety of targets] [ platform-support ] , but
35
35
the Rust Team can't provide the same level of support for all of them. To
36
- clearly mark how supported each target is, we created a tiering system:
36
+ clearly mark how supported each target is, we use a tiering system:
37
37
38
38
* Tier 3 targets are technically supported by the compiler, but we don't check
39
39
whether their code build or passes the tests, and we don't provide any
@@ -64,7 +64,7 @@ target.
64
64
Rust 1.49.0 also features two targets reaching Tier 2 support:
65
65
66
66
* The ` aarch64-apple-darwin ` target brings support for Rust on Apple M1 systems.
67
- * The ` aarch64-pc-windows-mvc ` target brings support for Rust on 64-bit ARM
67
+ * The ` aarch64-pc-windows-msvc ` target brings support for Rust on 64-bit ARM
68
68
devices running Windows on ARM.
69
69
70
70
Developers can expect both of those targets to have prebuilt binaries
You can’t perform that action at this time.
0 commit comments