Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nagisa opened this issue Dec 22, 2014 · 0 comments
Closed

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

nagisa opened this issue Dec 22, 2014 · 0 comments

Comments

@nagisa
Copy link
Member

nagisa commented Dec 22, 2014

$ 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

@bors bors closed this as completed in faa0094 Dec 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant