-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
iron/iron
#614Description
unstabilizing #[bench] (rust-lang/rust#62507) has broken the route-recognizer crate's ability to build on nightly:
$ cargo +nigtly build
...
error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
#[bench]
^^^^^
help: add `#![feature(test)]` to the crate attributes to enableI have a PR open... http-rs/route-recognizer#25
To clarify:
nightly-2019-07-31- ✔️
(nightly-2019-07-31-x86_64-unknown-linux-gnu installed - rustc 1.38.0-nightly (dddb7fca0 2019-07-30))nightly-2019-08-01- ✔️
(nightly-2019-08-01-x86_64-unknown-linux-gnu installed - rustc 1.38.0-nightly (8a58268b5 2019-07-31))nightly-2019-08-02- ❌
(nightly-2019-08-02-x86_64-unknown-linux-gnu installed - rustc 1.38.0-nightly (435236b88 2019-08-01))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels