Skip to content

Visible compiler "note" from dependency #1463

Closed
@SimonSapin

Description

@SimonSapin

Usually, warnings and other compiler output from building non-path dependencies is hidden by Cargo. With cargo 0.0.1-pre-nightly (9f265c8 2015-03-25) (built 2015-03-25) and rustc 1.0.0-nightly (27901849e 2015-03-25) (built 2015-03-26), when libc is a dependency, one line of output is not hidden:

rust-cssparser% cargo test -j1 
   Compiling text_writer v0.1.9
   Compiling libc v0.1.3
note: use an identifier not in quotes instead
   Compiling rustc-serialize v0.3.7
[…]

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