Duplicate links
attribute check should not count unused optional dependencies
#9324
Labels
C-bug
Category: bug
Problem
cargo build
fails ifCargo.toml
has two different sys crates that link to the same C library:..even if one (or none) of them are used.
cargo build
says as this:Possible Solution(s)
Unused optional crates should be excluded from the duplicate
links
attribute check. I guess.Notes
This repository contains concreate example and full error message. Thank you.
The text was updated successfully, but these errors were encountered: