macro_rules! assert_unique_feature {
    () => { ... };
    ($first:tt $(,$rest:tt)*) => { ... };
}