From 2f0172f5897b87396b8a06bb126ec8a58cc76113 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 12 Jul 2022 17:31:18 +0200 Subject: [PATCH] Mention rust-analyzer maintainers when `proc_macro` bridge is changed --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) 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"]