diff --git a/triagebot.toml b/triagebot.toml index 3995949e5aacf..8abfb53e7fa74 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1493,12 +1493,7 @@ https://github.com/rust-lang/reference/blob/HEAD/src/identifiers.md. cc = ["@rust-lang/lang-docs"] [mentions."src/doc/rustc-dev-guide"] -message = """ -`rustc-dev-guide` is developed in its own repository. If possible, consider \ -making this change to \ -[rust-lang/rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide) \ -instead. -""" +message = "The rustc-dev-guide subtree was changed. If your future PRs *only* touch the subtree, consider submitting them directly to [rust-lang/rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide/pulls), which is where the document is primarily maintained (and has faster CI)." cc = ["@BoxyUwU", "@tshepang"] [mentions."compiler/rustc_passes/src/check_attr.rs"]