]> git.lizzy.rs Git - rust.git/blob - tests/ui/fmt/issue-104142.stderr
Rollup merge of #105784 - yanns:update_stdarch, r=Amanieu
[rust.git] / tests / ui / fmt / issue-104142.stderr
1 error: invalid format string: unmatched `}` found
2   --> $DIR/issue-104142.rs:4:9
3    |
4 LL |     \"\'}、"#
5    |         ^ unmatched `}` in format string
6    |
7    = note: if you intended to print `}`, you can escape it using `}}`
8
9 error: aborting due to previous error
10