From c5c8d6bac78d57da9e5c71969fc5e52b5f384efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=C3=B3n=20Orell=20Valerian=20Liehr?= Date: Mon, 9 Mar 2026 18:16:46 +0100 Subject: [PATCH] Ping fmease on parser modifications --- triagebot.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 8d6401c490561..55f30978f48a6 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1012,6 +1012,13 @@ cc = ["@lcnr"] message = "HIR ty lowering was modified" cc = ["@fmease"] +[mentions."compiler/rustc_parse"] +message = """ +The parser was modified, potentially altering the grammar of (stable) Rust +which would be a breaking change. +""" +cc = ["@fmease"] + [mentions."library/core/src/mem/type_info.rs"] message = """ The reflection data structures are tied exactly to the implementation