Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Loading