Unable to build
Closed this issue · 1 comments
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
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