2021-06-07 10:42:42 -05:00
|
|
|
|
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)
|
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
|
error: aborting due to 1 previous error
|
2021-06-07 10:42:42 -05:00
|
|
|
|
|