diff --git a/triagebot.toml b/triagebot.toml index 8d9fab84ca1..3842da566a9 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -292,6 +292,9 @@ Examples of `T-libs-api` changes: * Changing observable runtime behavior of library APIs """ +[mentions."library/proc_macro/src/bridge"] +cc = ["@rust-lang/wg-rls-2"] + [mentions."src/librustdoc/clean/types.rs"] cc = ["@camelid"]