Closed
Description
I could not compile fulgor due to an error in one of its dependencies:
Compiling parallel-processor v0.1.13 (.../fulgor/external/ggcat/libs-crates/parallel-processor-rs)
error[E0562]: `impl Trait` only allowed in function and inherent method return types, not in trait method return types
--> libs-crates/parallel-processor-rs/src/execution_manager/executor.rs:42:10
|
42 | ) -> impl Future<Output = ()> + Send + 'a;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #91611 <https://github.com/rust-lang/rust/issues/91611> for more information
For more information about this error, try `rustc --explain E0562`.
error: could not compile `parallel-processor` (lib) due to previous error
The rustc version I am using is:
rustc 1.72.1 (d5c2e9c34 2023-09-13) (Red Hat 1.72.1-2.el7)
Metadata
Metadata
Assignees
Labels
No labels