blob: 090ca9353a7f3e5ca4cbc6653bc53ade06d5e415 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|