File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,10 @@ The valid types of print values are:
260
260
This returns rustc's minimum supported deployment target if no ` *_DEPLOYMENT_TARGET ` variable
261
261
is present in the environment, or otherwise returns the variable's parsed value.
262
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
+
263
267
[ conditional compilation ] : ../reference/conditional-compilation.html
264
268
[ deployment target ] : https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html
265
269
You can’t perform that action at this time.
0 commit comments