Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
fmt
/
ifmt-unimpl.rs
blob: 258f4eea509d094d45d0592503aa21c662c7dff8 [
file
]
fn
main
()
{
format
!(
"{:X}"
,
"3"
);
//~^ ERROR: `str: UpperHex` is not satisfied
}