macro_rules! feature_matrix {
    ($call:path $(, $($tt:tt)*)?) => { ... };
}
Expand description

Call the given macro with the existing feature matrix.