From 9c6c5df2c47a2f93bc159427e109adb26a3b7f6d Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 4 Sep 2025 12:29:52 +0200 Subject: [PATCH] triagebot: fix rustc_allow_const_fn_unstable matcher --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index fd6329de923b6..b957c6465e602 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1313,7 +1313,7 @@ message = """ and explores the possible non-determinism of the intrinsic. """ cc = ["@rust-lang/miri"] -[mentions."#[rustc_allow_const_fn_unstable]"] +[mentions."#[rustc_allow_const_fn_unstable"] type = "content" message = """ `#[rustc_allow_const_fn_unstable]` needs careful audit to avoid accidentally exposing unstable