f7434aef26
Use it for feature-gating `#[bench]`
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
|
|
--> $DIR/bench.rs:1:3
|
|
|
|
|
LL | #[bench]
|
|
| ^^^^^
|
|
|
|
|
= note: `#[deny(soft_unstable)]` on by default
|
|
|
|
error: aborting due to previous error
|
|
|