anyone else seeing 1 of these per crate after the ...
# development
w
anyone else seeing 1 of these per crate after the Rust 1.57.0 upgrade?
Copy code
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/stuhood/src/pants/src/rust/engine/target/debug/deps/libserde_derive-fc29585100c681de.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/stuhood/src/pants/src/rust/engine/target/debug/deps/libnum_enum_derive-7e04054725d8fb4b.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/stuhood/src/pants/src/rust/engine/target/debug/deps/libderivative-f094de5bf025b3b7.dylib
WARN rustc_metadata::locator no metadata found: failed to decompress metadata: /Users/stuhood/src/pants/src/rust/engine/target/debug/deps/libtokio_macros-b8cec84c636a931f.dylib
f
I did. I ran
cargo clean
since I assumed it was a change in the metadata format between versions.
w
incremental builds have been really trustworthy so far, so it’s hard to complain i guess.