You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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 errorwarning: build failed, waiting for other jobs to finish...
error: build failed
The text was updated successfully, but these errors were encountered: