Skip to content

Commit 6af761a

Browse files
committed
Add some triagebot notifications for nnethercote.
1 parent a368898 commit 6af761a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

triagebot.toml

+8
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,14 @@ message = "This PR changes src/bootstrap/defaults/config.compiler.toml. If appro
489489
[mentions."src/bootstrap/defaults/config.codegen.toml"]
490490
message = "This PR changes src/bootstrap/defaults/config.codegen.toml. If appropriate, please also update `config.compiler.toml` so the defaults are in sync."
491491

492+
[mentions."tests/ui/deriving/deriving-all-codegen.stdout"]
493+
message = "Changes to the code generated for builtin derived traits."
494+
cc = ["@nnethercote"]
495+
496+
[mentions."tests/ui/stats/hir-stats.stderr"]
497+
message = "Changes to the size of AST and/or HIR nodes."
498+
cc = ["@nnethercote"]
499+
492500
[assign]
493501
warn_non_default_branch = true
494502
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"

0 commit comments

Comments
 (0)