Skip to content

cargo check emits warnings about --crate-type=metadata being deprecated #3493

Closed
@japaric

Description

As of nightly-2017-01-04:

$ cargo new --lib foo && cd $_

$ cargo check
   Compiling foo v0.1.0 (file:///home/japaric/tmp/foo)
warning: --crate-type=metadata is deprecated, prefer --emit=metadata

    Finished debug [unoptimized + debuginfo] target(s) in 0.9 secs

$ rustc -V
rustc 1.16.0-nightly (468227129 2017-01-03)

$ cargo -V
cargo 0.17.0-nightly (71e996e 2017-01-02)

cc @alexcrichton @nrc

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