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
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
[…]