mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03: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�.�"# , "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
|
|
|