1 2 3 4 5 6 7 8 9
use phf::phf_map; static MAP: phf::Map<u32, u32> = phf_map! { Signature:: => //~ ERROR expected identifier () }; fn main() {}