pub type RoastMap = HashMap<String, String>;
A map from issue key to roast message.
Issue key format: "{file_path}:{line}:{rule_name}"
"{file_path}:{line}:{rule_name}"
pub struct RoastMap { /* private fields */ }