macro_rules! bidirectional_lang_item_map {
(
$solver_ty:ident, $to_solver:ident, $from_solver:ident;
$($name:ident),+ $(,)?
) => { ... };
}
macro_rules! bidirectional_lang_item_map {
(
$solver_ty:ident, $to_solver:ident, $from_solver:ident;
$($name:ident),+ $(,)?
) => { ... };
}