We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee059b commit 5ca0946Copy full SHA for 5ca0946
src/doc/rustc/src/command-line-arguments.md
@@ -260,6 +260,10 @@ The valid types of print values are:
260
This returns rustc's minimum supported deployment target if no `*_DEPLOYMENT_TARGET` variable
261
is present in the environment, or otherwise returns the variable's parsed value.
262
263
+A filepath may optionally be specified for each requested information kind, in
264
+the format `--print KIND=PATH`, just like for `--emit`. When a path is
265
+specified, information will be written there instead of to stdout.
266
+
267
[conditional compilation]: ../reference/conditional-compilation.html
268
[deployment target]: https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html
269
0 commit comments