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

ices/63116.rs: fixed with errors #209

Merged
merged 1 commit into from
Nov 16, 2019
Merged

ices/63116.rs: fixed with errors #209

merged 1 commit into from
Nov 16, 2019

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#63116

=== stdout ===
=== stderr ===
error: this file contains an un-closed delimiter
 --> /home/runner/work/glacier/glacier/ices/63116.rs:1:18
  |
1 | impl W <s(f;Y(;]
  |          -       ^
  |          |
  |          un-closed delimiter

error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `;`
 --> /home/runner/work/glacier/glacier/ices/63116.rs:1:12
  |
1 | impl W <s(f;Y(;]
  |            ^ expected one of 7 possible tokens

error: expected one of `!`, `&&`, `&`, `(`, `)`, `*`, `+`, `,`, `->`, `...`, `::`, `<`, `>`, `?`, `[`, `_`, `dyn`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, found `;`
 --> /home/runner/work/glacier/glacier/ices/63116.rs:1:15
  |
1 | impl W <s(f;Y(;]
  |              -^ help: `)` may belong here
  |              |
  |              unclosed delimiter

error: aborting due to 3 previous errors

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

=== stdout ===
=== stderr ===
error: this file contains an un-closed delimiter
 --> /home/runner/work/glacier/glacier/ices/63116.rs:1:18
  |
1 | impl W <s(f;Y(;]
  |          -       ^
  |          |
  |          un-closed delimiter

error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `;`
 --> /home/runner/work/glacier/glacier/ices/63116.rs:1:12
  |
1 | impl W <s(f;Y(;]
  |            ^ expected one of 7 possible tokens

error: expected one of `!`, `&&`, `&`, `(`, `)`, `*`, `+`, `,`, `->`, `...`, `::`, `<`, `>`, `?`, `[`, `_`, `dyn`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, found `;`
 --> /home/runner/work/glacier/glacier/ices/63116.rs:1:15
  |
1 | impl W <s(f;Y(;]
  |              -^ help: `)` may belong here
  |              |
  |              unclosed delimiter

error: aborting due to 3 previous errors

==============
@Alexendoo Alexendoo merged commit 01bb98a into master Nov 16, 2019
@Alexendoo Alexendoo deleted the autofix/ices/63116.rs branch November 16, 2019 12:49
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants