Skip to content

Commit f558c96

Browse files
authored
Rollup merge of rust-lang#134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross
de-stabilize bench attribute This has been soft-unstable since forever (rust-lang#64066), and shown in future-compat reports since Rust 1.77 (rust-lang#116274). The feature covering `bench` itself is tracked in rust-lang#50297, which has been closed despite still having active feature gates referencing it. Cc `@rust-lang/libs-api`
2 parents 5b58a23 + 798d971 commit f558c96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/macros/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,6 @@ pub(crate) mod builtin {
16611661
#[unstable(
16621662
feature = "test",
16631663
issue = "50297",
1664-
soft,
16651664
reason = "`bench` is a part of custom test frameworks which are unstable"
16661665
)]
16671666
#[allow_internal_unstable(test, rustc_attrs, coverage_attribute)]

0 commit comments

Comments
 (0)