Cargo isn't consistent wrt "automatic" files and vendoring #5806
Labels
A-build-scripts
Area: build.rs scripts
A-directory-source
Area: directory sources (vendoring)
Command-vendor
Say you have a crate vendored. That crate doesn't have a build script. Now, there are two ways to add a build script. One involves adding an entry to Cargo.toml, which fails because of the checksum change in Cargo.toml, and another is to just add a
build.rs
file.The latter silently succeeds (and yes, the build script is built and run).
Or is silently ignored if the crate was already built thanks to #5805.
The text was updated successfully, but these errors were encountered: