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

ices/65159.rs: fixed with errors #175

Merged
merged 1 commit into from
Oct 17, 2019
Merged

ices/65159.rs: fixed with errors #175

merged 1 commit into from
Oct 17, 2019

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#65159

=== stdout ===
=== stderr ===
error[E0670]: `async fn` is not permitted in the 2015 edition
 --> /home/runner/work/glacier/glacier/ices/65159.rs:1:1
  |
1 | async fn copy() -> Result<()>
  | ^^^^^

error[E0107]: wrong number of type arguments: expected 2, found 1
 --> /home/runner/work/glacier/glacier/ices/65159.rs:1:20
  |
1 | async fn copy() -> Result<()>
  |                    ^^^^^^^^^^ expected 2 type arguments

error: aborting due to 2 previous errors

Some errors have detailed explanations: E0107, E0670.
For more information about an error, try `rustc --explain E0107`.
==============

=== stdout ===
=== stderr ===
error[E0670]: `async fn` is not permitted in the 2015 edition
 --> /home/runner/work/glacier/glacier/ices/65159.rs:1:1
  |
1 | async fn copy() -> Result<()>
  | ^^^^^

error[E0107]: wrong number of type arguments: expected 2, found 1
 --> /home/runner/work/glacier/glacier/ices/65159.rs:1:20
  |
1 | async fn copy() -> Result<()>
  |                    ^^^^^^^^^^ expected 2 type arguments

error: aborting due to 2 previous errors

Some errors have detailed explanations: E0107, E0670.
For more information about an error, try `rustc --explain E0107`.
==============
@JohnTitor JohnTitor merged commit 2ebec7c into master Oct 17, 2019
@JohnTitor JohnTitor deleted the autofix/ices/65159.rs branch October 17, 2019 12:12
# 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