pub fn warning<Id, Msg>(id: Id, msg: Msg) where Id: AsRef<str>, Msg: Display,
Generate an ad-hoc warning from an id and a message
See also message::warning.