about summary refs log tree commit diff
path: root/library/core
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-05-07 00:29:20 +0000
committerGitHub <noreply@github.com>2025-05-07 00:29:20 +0000
commit60a4b939a31830fc91b5866e7ccdd5d0a5e1e1b8 (patch)
tree3b8a9323d9818cef71fc446d0fbc66e177169491 /library/core
parent27d6200a70601f6fcf419bf2f9e37989f3624ca4 (diff)
parentf5c63b9e63b841a3b60731769078571514a1cdad (diff)
downloadrust-60a4b939a31830fc91b5866e7ccdd5d0a5e1e1b8.tar.gz
rust-60a4b939a31830fc91b5866e7ccdd5d0a5e1e1b8.zip
Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross
de-stabilize bench attribute

This has been soft-unstable since forever (https://github.com/rust-lang/rust/pull/64066), and shown in future-compat reports since Rust 1.77 (https://github.com/rust-lang/rust/pull/116274).

The feature covering `bench` itself is tracked in https://github.com/rust-lang/rust/issues/50297, which has been closed despite still having active feature gates referencing it.

Cc `@rust-lang/libs-api`
Diffstat (limited to 'library/core')
-rw-r--r--library/core/src/macros/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/macros/mod.rs b/library/core/src/macros/mod.rs
index 3ad6662bdd7..7dc8c060cd5 100644
--- a/library/core/src/macros/mod.rs
+++ b/library/core/src/macros/mod.rs
@@ -1661,7 +1661,6 @@ pub(crate) mod builtin {
     #[unstable(
         feature = "test",
         issue = "50297",
-        soft,
         reason = "`bench` is a part of custom test frameworks which are unstable"
     )]
     #[allow_internal_unstable(test, rustc_attrs, coverage_attribute)]