]> git.proxmox.com Git - rustc.git/blame - src/test/ui/fmt/issue-86085.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / fmt / issue-86085.stderr
CommitLineData
136023e0
XL
1error: invalid format string: unmatched `}` found
2 --> $DIR/issue-86085.rs:4:12
3 |
4LL | 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
10error: aborting due to previous error
11