]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/bench.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / feature-gates / bench.stderr
CommitLineData
416331ca 1error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
e74abb32 2 --> $DIR/bench.rs:3:3
416331ca
XL
3 |
4LL | #[bench]
5 | ^^^^^
6 |
416331ca
XL
7 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8 = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
2b03887a 9 = note: `#[deny(soft_unstable)]` on by default
416331ca 10
e74abb32
XL
11error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
12 --> $DIR/bench.rs:7:5
13 |
14LL | 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
20error: aborting due to 2 previous errors
416331ca 21