-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
Rucene also fails to build with the stable channel (due to the use of #[feature]
), so I tried the nightly release:
$ cargo build
Compiling rucene v0.1.0
error[E0432]: unresolved import `std::boxed::FnBox`
--> /Users/alex/.cargo/registry/src/github.com-1ecc6299db9ec823/rucene-0.1.0/src/core/util/thread_pool.rs:27:5
|
27 | use std::boxed::FnBox;
| ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed`
$ rustc --version
rustc 1.41.0-nightly (59947fcae 2019-12-08)
Metadata
Metadata
Assignees
Labels
No labels