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
8 changes: 4 additions & 4 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1182,10 +1182,10 @@ new or modified directive in `src/doc/rustc-dev-guide/`.

[mentions."src/tools/miri"]
message = """
`miri` is developed in its own repository. If possible, consider \
making this change to \
[rust-lang/miri](https://github.com/rust-lang/miri) \
instead.
`miri` is developed in its own repository. If the Miri part of this change \
can be broken out, consider making this change to \
[rust-lang/miri](https://github.com/rust-lang/miri) instead. \
However, if Miri needs adjusting for rustc changes, just ignore this message.
"""
cc = ["@rust-lang/miri"]

Expand Down
Loading