macro_rules! supported_targets {
    ( $(($triple:literal, $module:ident ),)+ ) => { ... };
}