rust/src/test/ui/feature-gates/bench.stderr

11 lines
261 B
Plaintext
Raw Normal View History

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