Sign in
android
/
toolchain
/
rustc
/
3b664ca54b09788037e50e8bf4cb1881bcd6cb8d
/
.
/
src
/
test
/
ui
/
if
/
ifmt-unimpl.rs
blob: 258f4eea509d094d45d0592503aa21c662c7dff8 [
file
]
fn
main
()
{
format
!(
"{:X}"
,
"3"
);
//~^ ERROR: `str: UpperHex` is not satisfied
}