File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -292,6 +292,9 @@ The valid types of print values are:
292
292
components alongside a Rust build that need this information, such as C compilers.
293
293
This returns rustc's minimum supported deployment target if no ` *_DEPLOYMENT_TARGET ` variable
294
294
is present in the environment, or otherwise returns the variable's parsed value.
295
+ - ` supported-crate-types ` — Which crate types are supported for the given target.
296
+ The output is a list of newline-delimited crate types (the values correspond to the
297
+ crate type strings accepted by ` --crate-type ` ).
295
298
296
299
A filepath may optionally be specified for each requested information kind, in
297
300
the format ` --print KIND=PATH ` , just like for ` --emit ` . When a path is
You can’t perform that action at this time.
0 commit comments