mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
11 lines
350 B
Plaintext
11 lines
350 B
Plaintext
error: invalid format string: unmatched `}` found
|
|
--> $DIR/format-raw-string-error.rs:2:45
|
|
|
|
|
LL | println!(r#"\'\'\'\'\'\'\'\'\'\'\'\'\'\'}"#);
|
|
| ^ unmatched `}` in format string
|
|
|
|
|
= note: if you intended to print `}`, you can escape it using `}}`
|
|
|
|
error: aborting due to previous error
|
|
|