[bug] v0.6.27 runs all-features before powerset but ignores mutually-exclusive-features #250
Labels
A-features
Area: features (--feature-powerset, --each-feature, etc.)
C-bug
Category: related to a bug.
Problem:
It seems that some new code in 0.6.27 runs all-features before powerset, but it ignores mutually-exclusive-features
Proof:
See the github action log in my project:
0.6.27: break
https://github.com/e1732a364fed/ruci/actions/runs/8679836216/job/23799420486
restrict cargo hack version to 0.6.26: test ok
https://github.com/e1732a364fed/ruci/actions/runs/8679872586/job/23799558747
In my project I used mlua, it provides both "luau" and "lua54" features, but only one can be enabled.
The text was updated successfully, but these errors were encountered: