diff --git a/triagebot.toml b/triagebot.toml index ba9ed20cc64a2..87efbf04432f3 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -279,6 +279,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"]