cargo check --examples
shouldn't link binaries
#4529
Labels
cargo check --examples
shouldn't link binaries
#4529
I believe.
cargo check
on a binary crate doesn't do the linking step so I think examples shouldn't be linked either.STR
That example is contrived. My use case is cross cargo checking:
cargo check --examples --target arm-unknown-linux-gnueabi
.Meta
(Apologies if this has already been reported / fixed; I didn't look too hard)
The text was updated successfully, but these errors were encountered: