File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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.
3333
3434The Rust compiler supports [ a wide variety of targets] [ platform-support ] , but
3535the 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:
3737
3838* Tier 3 targets are technically supported by the compiler, but we don't check
3939 whether their code build or passes the tests, and we don't provide any
@@ -64,7 +64,7 @@ target.
6464Rust 1.49.0 also features two targets reaching Tier 2 support:
6565
6666* 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
6868 devices running Windows on ARM.
6969
7070Developers can expect both of those targets to have prebuilt binaries
You can’t perform that action at this time.
0 commit comments