X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=ea654192bbf78df611327bd165fe796b1887d7f7;hb=39358bf00c3e02b8844f597603e16a5f270c37d6;hp=8d9fab84ca13ec5425cd2f59de700d4c8ad51b14;hpb=75d03d6e9200e5ddfe0de55a45e4289d3081a437;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index 8d9fab84ca1..ea654192bbf 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"] @@ -320,6 +323,7 @@ otherwise, make sure you bump the `FORMAT_VERSION` constant. cc = [ "@CraftSpider", "@aDotInTheVoid", + "@Enselic", ] [mentions."src/tools/cargo"] @@ -337,4 +341,4 @@ cc = ["@rust-lang/rustfmt"] [mentions."compiler/rustc_middle/src/mir/syntax.rs"] message = "This PR changes MIR" -cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@celinval"] +cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@celinval", "@vakaras"]