You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
Running
rustc --crate-type=dep-info
will fail withThe text was updated successfully, but these errors were encountered: