Open
Description
crates are craterred with default features only, thus broken optional dependencies are not reported (case in point: rust-lang/rust#49799 breaks ocl-0.15.0
and clfft-0.3.1
, but not basic_dsp_vector-0.5.2
which optionally uses those with use_gpu
enabled).
A big hammer like --all-features
could be a start, then we can configure mutually-exclusive features for each crate?