about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-12-24 00:31:43 +0100
committerGitHub <noreply@github.com>2022-12-24 00:31:43 +0100
commitda4be75b535979666d9b34902edc6d89ebfece85 (patch)
treeb37baf0e2c0166a7624e320566a24cd21266162c
parent2ace0c64024783c39a84c25564d6f5a2e17eb002 (diff)
parente97e55f87b6b887c6007a103c0c88353a1e78ddc (diff)
downloadrust-da4be75b535979666d9b34902edc6d89ebfece85.tar.gz
rust-da4be75b535979666d9b34902edc6d89ebfece85.zip
Rollup merge of #106102 - compiler-errors:oops-triagebot-broke, r=scottmcm
Fix `triagebot.toml`
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index c7158a51861..22f09396efc 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -342,7 +342,7 @@ cc = ["@BoxyUwU"]
 message = "Some changes occured in `rustc_ty_utils::consts.rs`"
 cc = ["@BoxyUwU"]
 
-[mentions."compiler/rustc_trait_selection/src/solve]
+[mentions."compiler/rustc_trait_selection/src/solve/"]
 message = "Some changes occurred to the core trait solver"
 cc = ["@lcnr"]