If I run cargo hack --feature-powerset --at-least-one-of foo,bar where foo is not a feature of the project, foo will be dropped and the command will complete successfully.
This is surprising, I would expect the command to fail and report to the user that one of the specified features does not exist in the project.