Skip to content

dep-info is mislisted as an argument to crate-type, not emit #20131

Closed
@nagisa

Description

@nagisa
$ 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions