Macro with_minor_versions

Source
macro_rules! with_minor_versions {
    ($m:ident!($($arg:tt),*)) => { ... };
}