From 2d49cfe6aa0f613dbbd35ea3a0542bfe04957a50 Mon Sep 17 00:00:00 2001 From: Jayan Sunil <73993003+JayanAXHF@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:17:32 +0530 Subject: [PATCH] fix: added missing type in triagebot.toml --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 89118fdb5948..f00b4b9daffc 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1006,7 +1006,7 @@ cc = ["@fmease"] [mentions."library/core/src/mem/type_info.rs"] message = """ The reflection data structures are tied exactly to the implementation -in the compiler. Make sure to also adjust `rustc_const_eval/src/const_eval/type_info.rs +in the compiler. Make sure to also adjust `rustc_const_eval/src/const_eval/type_info.rs` """ cc = ["@oli-obk"]