Skip to content

Commit 33c1e86

Browse files
committed
Expand the initialism UCRT in rustc book
This commit expands the initialism UCRT on first use in the rusct book chapter on the *-windows-gnullvm platform support, making the chapter easier to understand. Microsoft, the originator of this technology in Windows, expands it to Universal C Runtime[1]. The same expansion is added to the chapter. [1] https://learn.microsoft.com/en-us/cpp/porting/upgrade-your-code-to-the-universal-crt
1 parent 68ffae4 commit 33c1e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Tier: 2 (with host tools)**
44

5-
Windows targets similar to `*-windows-gnu` but using UCRT as the runtime and various LLVM tools/libraries instead of
5+
Windows targets similar to `*-windows-gnu` but using Universal C Runtime (UCRT) as the runtime and various LLVM tools/libraries instead of
66
GCC/Binutils.
77

88
Target triples available so far:

0 commit comments

Comments
 (0)