diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-12-24 00:31:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-24 00:31:43 +0100 |
| commit | da4be75b535979666d9b34902edc6d89ebfece85 (patch) | |
| tree | b37baf0e2c0166a7624e320566a24cd21266162c | |
| parent | 2ace0c64024783c39a84c25564d6f5a2e17eb002 (diff) | |
| parent | e97e55f87b6b887c6007a103c0c88353a1e78ddc (diff) | |
| download | rust-da4be75b535979666d9b34902edc6d89ebfece85.tar.gz rust-da4be75b535979666d9b34902edc6d89ebfece85.zip | |
Rollup merge of #106102 - compiler-errors:oops-triagebot-broke, r=scottmcm
Fix `triagebot.toml`
| -rw-r--r-- | triagebot.toml | 2 |
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"] |
