2019-09-01 06:54:57 -05:00
|
|
|
error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
|
2019-10-10 15:37:41 -05:00
|
|
|
--> $DIR/bench.rs:3:3
|
2019-09-01 06:54:57 -05:00
|
|
|
|
|
|
|
|
LL | #[bench]
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2019-09-07 14:23:53 -05:00
|
|
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
|
|
|
= note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
|
2022-09-18 10:55:36 -05:00
|
|
|
= note: `#[deny(soft_unstable)]` on by default
|
2019-09-01 06:54:57 -05:00
|
|
|
|
2019-10-10 15:37:41 -05:00
|
|
|
error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
|
|
|
|
--> $DIR/bench.rs:7:5
|
|
|
|
|
|
|
|
|
LL | use bench as _;
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
|
|
|
= note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2019-09-01 06:54:57 -05:00
|
|
|
|