Skip to content

Commit 78971b6

Browse files
authored
Unrolled build for #144757
Rollup merge of #144757 - Muscraft:triagebot-emitter-pings, r=lqd Ping Muscraft when emitter change While I am working towards `annotate-snippets` being the default emitter for `rustc`, it would be helpful if I were pinged when the default emitter is modified so that I can more easily maintain parity in output between `rustc` and `annotate-snippets`.
2 parents 6c02dd4 + 1f78738 commit 78971b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

triagebot.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,14 @@ cc = ["@oli-obk", "@RalfJung", "@JakobDegen", "@davidtwco", "@vakaras"]
10641064
message = "`rustc_error_messages` was changed"
10651065
cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"]
10661066

1067+
[mentions."compiler/rustc_errors/src/annotate_snippet_emitter_writer.rs"]
1068+
message = "`rustc_errors::annotate_snippet_emitter_writer` was changed"
1069+
cc = ["@Muscraft"]
1070+
1071+
[mentions."compiler/rustc_errors/src/emitter.rs"]
1072+
message = "`rustc_errors::emitter` was changed"
1073+
cc = ["@Muscraft"]
1074+
10671075
[mentions."compiler/rustc_errors/src/translation.rs"]
10681076
message = "`rustc_errors::translation` was changed"
10691077
cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"]

0 commit comments

Comments
 (0)