index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
fmt
/
ifmt-unimpl.rs
blob: 258f4eea509d094d45d0592503aa21c662c7dff8 (
plain
)
1
2
3
4
fn
main
()
{
format!
(
"{:X}"
,
"3"
);
//~^ ERROR: `str: UpperHex` is not satisfied
}