mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
12 lines
477 B
Plaintext
12 lines
477 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 1 previous error
|
||
|