summaryrefslogtreecommitdiff
path: root/triagebot.toml
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-06-13 17:16:28 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2024-06-24 15:18:50 +0200
commit8ffb5f936a17190ad9aae442fe52c709521c5b29 (patch)
tree846c1aa16d327307b3f036765f429350aaef90dc /triagebot.toml
parent2c243d957008f5909f7a4af19e486ea8a3814be7 (diff)
compiletest: make the crash test error message abit more informative
Diffstat (limited to 'triagebot.toml')
-rw-r--r--triagebot.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 3abff0f1c78..70fb14c3328 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -811,6 +811,9 @@ If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/util
[mentions."src/bootstrap/src/core/build_steps/llvm.rs"]
message = "This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
+[mentions."test/crashes"]
+message = "This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the correspondig `ui` subdir and add 'Fixes #<issueNr>' to the pr description to autoclose the issue upon merge."
+
[mentions."tests/ui/deriving/deriving-all-codegen.stdout"]
message = "Changes to the code generated for builtin derived traits."
cc = ["@nnethercote"]