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

ices/65679.rs: fixed with errors #191

Merged
merged 1 commit into from
Oct 26, 2019
Merged

ices/65679.rs: fixed with errors #191

merged 1 commit into from
Oct 26, 2019

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#65679

=== stdout ===
=== stderr ===
error[E0277]: the trait bound `(): std::future::Future` is not satisfied
 --> /home/runner/work/glacier/glacier/ices/65679.rs:3:1
  |
3 | type Fut = impl std::future::Future;
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::future::Future` is not implemented for `()`
  |
  = note: the return type of a function must have a statically known size

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
==============

=== stdout ===
=== stderr ===
error[E0277]: the trait bound `(): std::future::Future` is not satisfied
 --> /home/runner/work/glacier/glacier/ices/65679.rs:3:1
  |
3 | type Fut = impl std::future::Future;
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::future::Future` is not implemented for `()`
  |
  = note: the return type of a function must have a statically known size

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
==============
@JohnTitor JohnTitor merged commit f0caa69 into master Oct 26, 2019
@JohnTitor JohnTitor deleted the autofix/ices/65679.rs branch October 26, 2019 12:27
# 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