-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I'm looking at Rust fuse libs for a distributed FS and wonder what is the status of fuse3?
cargo build
in ./examples
succeeds (with a handful of warnings) but am not sure how to run them?
cargo build
in ./
fails with an error:
error[E0277]: the trait bound `(): std::future::Future` is not satisfied
--> src/spawn.rs:16:38
|
16 | pub fn spawn_blocking<F, T>(f: F) -> impl Future<Output = T>
| ^^^^^^^^^^^^^^^^^^^^^^^ 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; 35 warnings emitted
For more information about this error, try `rustc --explain E0277`.
error: could not compile `fuse3`.
I'm still new to Rust so maybe missing something obvious. Thanks.
Metadata
Metadata
Assignees
Labels
No labels