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

ices/62524-2.rs: fixed with errors #207

Merged
merged 1 commit into from
Nov 16, 2019
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#62524

=== stdout ===
=== stderr ===
error: this file contains an un-closed delimiter
 --> /home/runner/work/glacier/glacier/ices/62524-2.rs:2:3
  |
1 | y![
  |   - un-closed delimiter
2 | Ϥ,
  |   ^

error: macros that expand to items must be delimited with braces or followed by a semicolon
 --> /home/runner/work/glacier/glacier/ices/62524-2.rs:1:3
  |
1 |   y![
  |  ___^
2 | | Ϥ,
  | |__^
  |
help: change the delimiters to curly braces
  |
1 | y!{
2 | Ϥ}
  |
help: add a semicolon
  |
2 | Ϥ,;
  |   ^

error: cannot find macro `y` in this scope
 --> /home/runner/work/glacier/glacier/ices/62524-2.rs:1:1
  |
1 | y![
  | ^

error: aborting due to 3 previous errors

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

=== stdout ===
=== stderr ===
error: this file contains an un-closed delimiter
 --> /home/runner/work/glacier/glacier/ices/62524-2.rs:2:3
  |
1 | y![
  |   - un-closed delimiter
2 | Ϥ,
  |   ^

error: macros that expand to items must be delimited with braces or followed by a semicolon
 --> /home/runner/work/glacier/glacier/ices/62524-2.rs:1:3
  |
1 |   y![
  |  ___^
2 | | Ϥ,
  | |__^
  |
help: change the delimiters to curly braces
  |
1 | y!{
2 | Ϥ}
  |
help: add a semicolon
  |
2 | Ϥ,;
  |   ^

error: cannot find macro `y` in this scope
 --> /home/runner/work/glacier/glacier/ices/62524-2.rs:1:1
  |
1 | y![
  | ^

error: aborting due to 3 previous errors

==============
@Alexendoo Alexendoo merged commit 202e6ee into master Nov 16, 2019
@Alexendoo Alexendoo deleted the autofix/ices/62524-2.rs branch November 16, 2019 12:46
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