]> git.lizzy.rs Git - rust.git/blob - src/test/ui/fmt/ifmt-unimpl.rs
Rollup merge of #95908 - compiler-errors:shallow_resolve_ty-inline, r=oli-obk
[rust.git] / src / test / ui / fmt / ifmt-unimpl.rs
1 fn main() {
2     format!("{:X}", "3");
3     //~^ ERROR: `str: UpperHex` is not satisfied
4 }