macro_rules! hashset { ($($a:expr),*) => { ... }; }
引数からstd::collections::HashSetを作る。
std::collections::HashSet