]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/bench.stderr
Rollup merge of #94068 - eholk:drop-track-field-assign, r=tmandry
[rust.git] / src / test / ui / feature-gates / bench.stderr
1 error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
2   --> $DIR/bench.rs:3:3
3    |
4 LL | #[bench]
5    |   ^^^^^
6    |
7    = note: `#[deny(soft_unstable)]` on by default
8    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
9    = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
10
11 error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
12   --> $DIR/bench.rs:7:5
13    |
14 LL | use bench as _;
15    |     ^^^^^
16    |
17    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
18    = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
19
20 error: aborting due to 2 previous errors
21