]> git.lizzy.rs Git - rust.git/blob - src/test/ui/fmt/format-concat-span.stderr
Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser
[rust.git] / src / test / ui / fmt / format-concat-span.stderr
1 error: invalid format string: unmatched `}` found
2   --> $DIR/format-concat-span.rs:13:13
3    |
4 LL |     format!(concat!("abc}"));
5    |             ^^^^^^^^^^^^^^^ unmatched `}` in format string
6    |
7    = note: if you intended to print `}`, you can escape it using `}}`
8    = note: this error originates in the macro `concat` (in Nightly builds, run with -Z macro-backtrace for more info)
9
10 error: aborting due to previous error
11