]> git.lizzy.rs Git - rust.git/blob - src/test/ui/fmt/issue-86085.stderr
Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillot
[rust.git] / src / test / ui / fmt / issue-86085.stderr
1 error: invalid format string: unmatched `}` found
2   --> $DIR/issue-86085.rs:4:12
3    |
4 LL | format ! ( concat ! ( r#"lJ𐏿Æ�.𐏿�"# , "r} {}" )     ) ;
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