Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
fmt
/
ifmt-unimpl.rs
blob: 258f4eea509d094d45d0592503aa21c662c7dff8 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
format
!(
"{:X}"
,
"3"
);
//~^ ERROR: `str: UpperHex` is not satisfied
}