Closed
Description
$ rust --help -v
--crate-type [bin|lib|rlib|dylib|staticlib|dep-info]
Comma separated list of types of crates for the
compiler to emit
--crate-name NAME Specify the name of the crate being built
--emit [asm|llvm-bc|llvm-ir|obj|link]
Comma separated list of types of output for the
compiler to emit
Running rustc --crate-type=dep-info
will fail with
error: unknown crate type:
dep-info
Metadata
Metadata
Assignees
Labels
No labels