You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/pc-windows-gnullvm.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ Target triples available so far:
17
17
## Requirements
18
18
19
19
The easiest way to obtain these targets is cross-compilation, but native build from `x86_64-pc-windows-gnu` is possible with few hacks which I don't recommend.
20
-
Std support is expected to be on pair with `*-pc-windows-gnu`.
20
+
Std support is expected to be on par with `*-pc-windows-gnu`.
21
21
22
-
Binaries for this target should be at least on pair with `*-pc-windows-gnu` in terms of requirements and functionality.
22
+
Binaries for this target should be at least on par with `*-pc-windows-gnu` in terms of requirements and functionality.
23
23
24
24
Those targets follow Windows calling convention for `extern "C"`.
0 commit comments