macro_rules! weak_lang_items {
    ($($item:ident, $sym:ident;)*) => { ... };
}