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