Skip to content

Commit 4220f7c

Browse files
committed
confirmed success built rustc 1.91.0 + host tools for win7
1 parent 17e7324 commit 4220f7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/doc/rustc/src/platform-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ target | std | host | notes
439439
`x86_64-uwp-windows-gnu` | ✓ | |
440440
[`x86_64-uwp-windows-msvc`](platform-support/uwp-windows-msvc.md) | ✓ | |
441441
[`x86_64-win7-windows-gnu`](platform-support/win7-windows-gnu.md) | ✓ | | 64-bit Windows 7 support
442-
[`x86_64-win7-windows-msvc`](platform-support/win7-windows-msvc.md) | ✓ | | 64-bit Windows 7 support
442+
[`x86_64-win7-windows-msvc`](platform-support/win7-windows-msvc.md) | ✓ | | 64-bit Windows 7 support
443443
[`x86_64-wrs-vxworks`](platform-support/vxworks.md) | ✓ | |
444444
[`x86_64h-apple-darwin`](platform-support/x86_64h-apple-darwin.md) | ✓ | ✓ | macOS with late-gen Intel (at least Haswell)
445445
[`xtensa-esp32-espidf`](platform-support/esp-idf.md) | ✓ | | Xtensa ESP32

src/doc/rustc/src/platform-support/win7-windows-msvc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Target triples:
1616

1717
This target supports all of core, alloc, std and test. This is automatically
1818
tested every night on private infrastructure hosted by the maintainer. Host
19-
tools may also work, though those are not currently tested.
19+
tools may also work, though it is not guaranteed. Last known success built
20+
version of rustc with host tools (x86_64) is 1.91.0.
2021

2122
Those targets follow Windows calling convention for extern "C".
2223

0 commit comments

Comments
 (0)