summaryrefslogtreecommitdiffstats
path: root/tests/ui/fmt/format-raw-string-error.stderr
blob: 8d61950d8c2adf0399664e5551d2f0ae8e55c287 (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 previous error