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
filter: Don't print to stdout the warnings due to an invalid spec.
This makes programs that rely on the output of other programs not work properly
in these cases. stderr is more appropriate for such things.
Indeed, if you `export RUST_LOG="xxx=xxx"` before building this crate for the
first time, the build fails :)
See rust-lang/rust-bindgen#1502.
0 commit comments