mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
|
error: invalid format string: unmatched `}` found
|
||
|
--> $DIR/issue-104142.rs:4:9
|
||
|
|
|
||
|
LL | \"\'}、"#
|
||
|
| ^ unmatched `}` in format string
|
||
|
|
|
||
|
= note: if you intended to print `}`, you can escape it using `}}`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|