mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
12 lines
475 B
Plaintext
12 lines
475 B
Plaintext
error: invalid format string: unmatched `}` found
|
||
--> $DIR/issue-86085.rs:4:12
|
||
|
|
||
LL | format ! ( concat ! ( r#"lJÆ<F0908FBF>.<>"# , "r} {}" ) ) ;
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unmatched `}` in format string
|
||
|
|
||
= note: if you intended to print `}`, you can escape it using `}}`
|
||
= note: this error originates in the macro `concat` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||
|
||
error: aborting due to previous error
|
||
|