macro_rules! hash_map_into {
    () => { ... };
    ( $( $x:expr => $y:expr ),* ) => { ... };
}