mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 05:04:23 +00:00
11 lines
352 B
Plaintext
11 lines
352 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 1 previous error
|
|
|