assert_unique_features!() { /* proc-macro */ }
Given some features, assert that at most one of the features is enabled.
assert_unique_features!("foo", "bar", "baz");