Skip to content

Commit 6f89a61

Browse files
authored
Rollup merge of rust-lang#134045 - ehuss:triagebot-path-fixes, r=compiler-errors
Fix some triagebot mentions paths This fixes some mentions paths in `triagebot.toml` that are no longer valid. * rustdoc themes were merged into rustdoc.css (which already has a mention, and unfortunately can't independently mention the ayu theme). rust-lang#115829 cc `@GuillaumeGomez` `@Cldfire` * The entry for `inspect_obligations.rs` was never correct, from rust-lang#122385. cc `@lcnr` `@compiler-errors` * The entry for `need_type_info.rs` was moved in rust-lang#127501
2 parents 273a359 + ef00d4f commit 6f89a61

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Diff for: triagebot.toml

+2-10
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ cc = ["@rust-lang/wg-const-eval"]
644644
message = "Some changes occurred to the CTFE / Miri interpreter"
645645
cc = ["@rust-lang/miri"]
646646

647-
[mentions."compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs"]
647+
[mentions."compiler/rustc_trait_selection/src/error_reporting/infer/need_type_info.rs"]
648648
message = "Some changes occurred in need_type_info.rs"
649649
cc = ["@lcnr"]
650650

@@ -656,7 +656,7 @@ cc = ["@compiler-errors", "@lcnr"]
656656
message = "changes to the core type system"
657657
cc = ["@compiler-errors", "@lcnr"]
658658

659-
[mentions."compiler/rustc_hir_analysis/src/fn_ctxt/inspect_obligations.rs"]
659+
[mentions."compiler/rustc_hir_typeck/src/fn_ctxt/inspect_obligations.rs"]
660660
message = "changes to `inspect_obligations.rs`"
661661
cc = ["@compiler-errors", "@lcnr"]
662662

@@ -761,10 +761,6 @@ cc = [
761761
"@jsha",
762762
]
763763

764-
[mentions."src/librustdoc/html/static/css/themes"]
765-
message = "Some changes occurred in HTML/CSS themes."
766-
cc = ["@GuillaumeGomez"]
767-
768764
[mentions."tests/rustdoc-gui/"]
769765
message = "Some changes occurred in GUI tests."
770766
cc = ["@GuillaumeGomez"]
@@ -779,10 +775,6 @@ directly, or you can comment on the tracking issue and link this PR.
779775
"""
780776
cc = ["@jieyouxu"]
781777

782-
[mentions."src/librustdoc/html/static/css/themes/ayu.css"]
783-
message = "A change occurred in the Ayu theme."
784-
cc = ["@Cldfire"]
785-
786778
[mentions."src/rustdoc-json-types"]
787779
message = """
788780
rustdoc-json-types is a **public** (although nightly-only) API. \

0 commit comments

Comments
 (0)