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
It's #960 where I suggest to turn them into warnings, I think we need to add a new debugging printing that is enabled by default (but without cargo:warning= prefix so it's not shown by default), that can be disabled.
After update to the latest
cc 1.0.87
I see tons of warnings for every dependency crate that usescc
in itsbuild.rs
.Warnings looks like:
It seems like that some debug logging was overlooked and now the
cc
crate reports all sub command exit statuses as cargo warnings.The text was updated successfully, but these errors were encountered: