Skip to content

Commit 7036e6e

Browse files
committed
Mention Zalathar for coverage changes
1 parent c8813dd commit 7036e6e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

triagebot.toml

+24
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,30 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
717717
[mentions."tests/ui/stack-protector"]
718718
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
719719

720+
[mentions."compiler/rustc_middle/src/mir/coverage.rs"]
721+
message = "Some changes occurred in coverage instrumentation."
722+
cc = ["@Zalathar"]
723+
724+
[mentions."compiler/rustc_mir_build/src/build/coverageinfo.rs"]
725+
message = "Some changes occurred in coverage instrumentation."
726+
cc = ["@Zalathar"]
727+
728+
[mentions."compiler/rustc_mir_transform/src/coverage"]
729+
message = "Some changes occurred in coverage instrumentation."
730+
cc = ["@Zalathar"]
731+
732+
[mentions."compiler/rustc_codegen_llvm/src/coverageinfo"]
733+
message = "Some changes occurred in coverage instrumentation."
734+
cc = ["@Zalathar"]
735+
736+
[mentions."compiler/rustc_codegen_ssa/src/mir/coverageinfo.rs"]
737+
message = "Some changes occurred in coverage instrumentation."
738+
cc = ["@Zalathar"]
739+
740+
[mentions."tests/coverage"]
741+
message = "Some changes occurred in coverage tests."
742+
cc = ["@Zalathar"]
743+
720744
[assign]
721745
warn_non_default_branch = true
722746
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"

0 commit comments

Comments
 (0)