Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

ices/86085.rs: fixed with errors #834

Merged
merged 1 commit into from
Jun 18, 2021
Merged

ices/86085.rs: fixed with errors #834

merged 1 commit into from
Jun 18, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#86085

fn main ( ) {
    format ! ( concat ! ( r#"lJ𐏿Æ�.𐏿�"# , "r} {}" )     ) ;
}
=== stdout ===
=== stderr ===
error: invalid format string: unmatched `}` found
 --> /home/runner/work/glacier/glacier/ices/86085.rs:2:16
  |
2 |     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 previous error

==============

=== stdout ===
=== stderr ===
error: invalid format string: unmatched `}` found
 --> /home/runner/work/glacier/glacier/ices/86085.rs:2:16
  |
2 |     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 previous error

==============
@JohnTitor JohnTitor merged commit 580af90 into master Jun 18, 2021
@JohnTitor JohnTitor deleted the autofix/ices/86085.rs branch June 18, 2021 12:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants