File tree 1 file changed +5
-3
lines changed
src/doc/rustc/src/platform-support
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,11 @@ missing or incomplete support:
39
39
- ` std::process::Command ` 's API will return an error if it is configured in a
40
40
manner which cannot be performed using ` posix_spawn ` -- this is because the
41
41
more flexible ` fork ` /` exec ` -based approach is prohibited on these platforms in
42
- favor of ` posix_spawn{,p} ` . A concrete set of cases where this will occur is
43
- difficult to enumerate (and would quickly become stale), but in some cases it
44
- may be worked around by tweaking the manner in which ` Command ` is invoked.
42
+ favor of ` posix_spawn{,p} ` (which still probably will get you rejected from
43
+ app stores, so is likely sideloading-only). A concrete set of cases where this
44
+ will occur is difficult to enumerate (and would quickly become stale), but in
45
+ some cases it may be worked around by tweaking the manner in which ` Command `
46
+ is invoked.
45
47
46
48
## Building the target
47
49
You can’t perform that action at this time.
0 commit comments