]> git.lizzy.rs Git - rust.git/blob - tests/ui/fmt/ifmt-unimpl.rs
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / ui / fmt / ifmt-unimpl.rs
1 fn main() {
2     format!("{:X}", "3");
3     //~^ ERROR: `str: UpperHex` is not satisfied
4 }