blob: 258f4eea509d094d45d0592503aa21c662c7dff8 [file] [log] [blame]
fn main() {
format!("{:X}", "3");
//~^ ERROR: `str: UpperHex` is not satisfied
}