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

Unable to build #6

Closed
andydixon opened this issue Feb 23, 2022 · 1 comment
Closed

Unable to build #6

andydixon opened this issue Feb 23, 2022 · 1 comment

Comments

@andydixon
Copy link

Hi,

I am trying to build this using nightly, but running into this issue- I am wondering if I have missed something, but I have run through all the steps multiple times and can't see what went wrong:

Compiling apex-mpris2 v0.1.0 (/home/andy/Downloads/apex-tux/apex-mpris2)
error[E0635]: unknown feature async_stream
--> apex-mpris2/src/lib.rs:1:61
|
1 | #![feature(generic_associated_types, type_alias_impl_trait, async_stream)]
| ^^^^^^^^^^^^

For more information about this error, try rustc --explain E0635.
error: could not compile apex-mpris2 due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed

@not-jan
Copy link
Owner

not-jan commented Feb 23, 2022

Hi,
the feature gate was renamed from async_stream to async_iterator: rust-lang/rust#79024 (comment) just 23 hours ago :P

I've updated the code and it should be building now

@not-jan not-jan closed this as completed Feb 23, 2022
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