Something like ```r warn(c(`!` = "`foo` must be `bar`")) ``` to... ```r warn(format_warning(c(`!` = sprintf("%s must be %s", format_arg("foo"), format_var("bar"))))) ```