indexmap
macro_rules! ordermap { ($($t:tt)*) => { ... }; }
: renamed to indexmap!{ }
Old name; use indexmap!{} instead.
indexmap!{}