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