error while rebuilding native engine (via `./pants...
# development
f
error while rebuilding native engine (via
./pants --version
) on
master
with the Rust 1.47.0 commit
this is on macOS 10.15.6
trying
cargo update -p libz-sys
that worked
🚀 1
c
thanks for figuring this out!
i was actually fixing this (really silly) by setting
CFLAGS=-Wno-implicit-function-declaration
because incredibly
CFLAGS=-Wno-error
itself wasn't working, because the libz-sys crate appears to be scanning the output for warnings at all. this is a much better fix