Skip to content

Commit b5bbe68

Browse files
authored
Rollup merge of #111112 - nnethercote:triagebot, r=compiler-errors
Add some triagebot notifications for nnethercote. r? ````@compiler-errors````
2 parents e87fcf9 + 51b9f78 commit b5bbe68

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

triagebot.toml

+11-3
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,10 @@ cc = ["@rust-lang/style"]
475475

476476
[mentions."Cargo.lock"]
477477
message = """
478-
These commits modify the `Cargo.lock` file. Random changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs.
479-
This was probably unintentional and should be reverted before this PR is merged.
478+
These commits modify the `Cargo.lock` file. Unintentional changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs.
480479
481-
If this was intentional then you can ignore this comment.
480+
If this was unintentional then you should revert the changes before this PR is merged.
481+
Otherwise, you can ignore this comment.
482482
"""
483483

484484
[mentions."src/tools/x"]
@@ -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)