File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,20 @@ All tier 1 targets with host tools support the full standard library.
31
31
target | notes
32
32
-------|-------
33
33
` aarch64-unknown-linux-gnu ` | ARM64 Linux (kernel 4.2, glibc 2.17+) [ ^ missing-stack-probes ]
34
- ` i686-pc-windows-gnu ` | 32-bit MinGW (Windows 7+)
35
- ` i686-pc-windows-msvc ` | 32-bit MSVC (Windows 7+)
34
+ ` i686-pc-windows-gnu ` | 32-bit MinGW (Windows 7+) [ ^ windows-support ]
35
+ ` i686-pc-windows-msvc ` | 32-bit MSVC (Windows 7+) [ ^ windows-support ]
36
36
` i686-unknown-linux-gnu ` | 32-bit Linux (kernel 2.6.32+, glibc 2.11+)
37
37
` x86_64-apple-darwin ` | 64-bit macOS (10.7+, Lion+)
38
- ` x86_64-pc-windows-gnu ` | 64-bit MinGW (Windows 7+)
39
- ` x86_64-pc-windows-msvc ` | 64-bit MSVC (Windows 7+)
38
+ ` x86_64-pc-windows-gnu ` | 64-bit MinGW (Windows 7+) [ ^ windows-support ]
39
+ ` x86_64-pc-windows-msvc ` | 64-bit MSVC (Windows 7+) [ ^ windows-support ]
40
40
` x86_64-unknown-linux-gnu ` | 64-bit Linux (kernel 2.6.32+, glibc 2.11+)
41
41
42
42
[ ^ missing-stack-probes ] : Stack probes support is missing on
43
43
` aarch64-unknown-linux-gnu ` , but it's planned to be implemented in the near
44
44
future. The implementation is tracked on [ issue #77071 ] [ 77071 ] .
45
45
46
+ [ ^ windows-support ] : Only Windows 10 currently undergoes automated testing. Earlier versions of Windows rely on testing and support from the community.
47
+
46
48
[ 77071 ] : https://github.com/rust-lang/rust/issues/77071
47
49
48
50
## Tier 1
You can’t perform that action at this time.
0 commit comments