2022-11-09 07:40:51 -06:00
|
|
|
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 `}}`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-11-09 07:40:51 -06:00
|
|
|
|