Document --print KIND=PATH in Command-line Arguments documentation
This commit is contained in:
parent
7ee059b8ac
commit
5ca0946ac0
1 changed files with 4 additions and 0 deletions
|
@ -260,6 +260,10 @@ The valid types of print values are:
|
||||||
This returns rustc's minimum supported deployment target if no `*_DEPLOYMENT_TARGET` variable
|
This returns rustc's minimum supported deployment target if no `*_DEPLOYMENT_TARGET` variable
|
||||||
is present in the environment, or otherwise returns the variable's parsed value.
|
is present in the environment, or otherwise returns the variable's parsed value.
|
||||||
|
|
||||||
|
A filepath may optionally be specified for each requested information kind, in
|
||||||
|
the format `--print KIND=PATH`, just like for `--emit`. When a path is
|
||||||
|
specified, information will be written there instead of to stdout.
|
||||||
|
|
||||||
[conditional compilation]: ../reference/conditional-compilation.html
|
[conditional compilation]: ../reference/conditional-compilation.html
|
||||||
[deployment target]: https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html
|
[deployment target]: https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue