Commit ea0a790
authored
Rollup merge of rust-lang#155810 - miikkas:expand-acronym-ucrt, r=Noratrieb
Expand the initialism UCRT in rustc book
This PR adds a commit expanding the initialism UCRT on first use in the rusct book chapter on the [*-windows-gnullvm platform support](https://doc.rust-lang.org/nightly/rustc/platform-support/windows-gnullvm.html), making the chapter easier to understand. Microsoft, the originator of this technology (and thus, the canonical source for the acronym) in Windows, expands it to _Universal C Runtime_[^1][^2][^3]. The same expansion is added to the chapter.
[^1]: https://learn.microsoft.com/en-us/cpp/porting/upgrade-your-code-to-the-universal-crt
[^2]: https://learn.microsoft.com/en-us/cpp/windows/universal-crt-deployment
[^3]: https://devblogs.microsoft.com/cppblog/introducing-the-universal-crt/1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments