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
A bunch of files exist only when we aren't in a distributed package on
crates.io, and printing the rerun hints when the files are missing will cause
the build.rs to be repeatedly re-ran.
Fixes#141
Not sure if this is a cpp_demangle issue or a cargo issue, but we'll start here. If I create an empty binary project and put
cpp_demangle = "0.2.8"
in the dependencies, cpp_demangle will rebuild every time I
cargo build
.But if I put
cpp_demangle = { git = "https://github.com/gimli-rs/cpp_demangle" }
It works as expected.
Don't have time to dig in at the moment, unfortunately.
The text was updated successfully, but these errors were encountered: