use phf::phf_map; static MAP: phf::Map = phf_map! { Signature:: => //~ ERROR expected identifier () }; fn main() {}