Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't seem to build #82

Open
installgentoo opened this issue Dec 10, 2022 · 1 comment
Open

Doesn't seem to build #82

installgentoo opened this issue Dec 10, 2022 · 1 comment

Comments

@installgentoo
Copy link

installgentoo commented Dec 10, 2022

error[E0432]: unresolved import `std::boxed::FnBox`
  --> /_/code/.cache_rust/registry/src/github.com-1ecc6299db9ec823/coroutine-0.8.0/src/asymmetric.rs:25:5
   |
25 | use std::boxed::FnBox;
   |     ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed`

error[E0554]: `#![feature]` may not be used on the stable release channel
  --> /_/code/.cache_rust/registry/src/github.com-1ecc6299db9ec823/coroutine-0.8.0/src/lib.rs:25:12
   |
25 | #![feature(fnbox)]
   |            ^^^^^

error[E0635]: unknown feature `fnbox`
  --> /_/code/.cache_rust/registry/src/github.com-1ecc6299db9ec823/coroutine-0.8.0/src/lib.rs:25:12
   |
25 | #![feature(fnbox)]
   |            ^^^^^

after adding it to toml.

@zonyitoo
Copy link
Contributor

You should use Rust's builtin coroutine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants