rules_rust
rules_rust copied to clipboard
`default_features = False` not respected in bzlmod
Hello,
I have a non cargo setup via bzlmod. When i set default_features = False in crate.spec for a crate (in this case, the ort crate), the rust_library target generated in the crate's BUILD file still has the crate_features attribute set. This does not seem to happen if I use WORKSPACE instead of bzlmod.
here's a simple repro
This was fixed by #2606, so closing.