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

ices/105273.sh: fixed with errors #1519

Merged
merged 1 commit into from
Mar 3, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 2, 2023

Issue: rust-lang/rust#105273

#!/bin/bash

rustc "-Zunpretty=ast-tree" - <<'EOF'

#![c = ({(while ""))();

EOF
=== stdout ===
=== stderr ===
error: mismatched closing delimiter: `)`
 --> <anon>:2:9
  |
2 | #![c = ({(while ""))();
  |        -^          ^ mismatched closing delimiter
  |        ||
  |        |unclosed delimiter
  |        closing delimiter possibly meant for this

error: this file contains an unclosed delimiter
 --> <anon>:3:2
  |
2 | #![c = ({(while ""))();
  |   -                - missing open `(` for this delimiter
  |   |
  |   unclosed delimiter
3 |
  |  ^

error: aborting due to 2 previous errors

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

=== stdout ===
=== stderr ===
error: mismatched closing delimiter: `)`
 --> <anon>:2:9
  |
2 | #![c = ({(while ""))();
  |        -^          ^ mismatched closing delimiter
  |        ||
  |        |unclosed delimiter
  |        closing delimiter possibly meant for this

error: this file contains an unclosed delimiter
 --> <anon>:3:2
  |
2 | #![c = ({(while ""))();
  |   -                - missing open `(` for this delimiter
  |   |
  |   unclosed delimiter
3 |
  |  ^

error: aborting due to 2 previous errors

==============
@JohnTitor JohnTitor merged commit e9bbb08 into master Mar 3, 2023
@JohnTitor JohnTitor deleted the autofix/ices/105273.sh branch March 3, 2023 11:05
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