diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2023-05-04 00:17:27 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 00:17:27 +0530 |
| commit | b5bbe68fbb6da7f36314ef2f241914227ab72f0e (patch) | |
| tree | 481cdfed5453e25afbf102e9b4a420688711da61 | |
| parent | e87fcf979fc5ff36386c642d779f2c071cf30fe8 (diff) | |
| parent | 51b9f7862648286258282440a2d788e8ba80af10 (diff) | |
| download | rust-b5bbe68fbb6da7f36314ef2f241914227ab72f0e.tar.gz rust-b5bbe68fbb6da7f36314ef2f241914227ab72f0e.zip | |
Rollup merge of #111112 - nnethercote:triagebot, r=compiler-errors
Add some triagebot notifications for nnethercote. r? ````@compiler-errors````
| -rw-r--r-- | triagebot.toml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/triagebot.toml b/triagebot.toml index 89867b63d64..54c8b2060c5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -475,10 +475,10 @@ cc = ["@rust-lang/style"] [mentions."Cargo.lock"] message = """ -These commits modify the `Cargo.lock` file. Random changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs. -This was probably unintentional and should be reverted before this PR is merged. +These commits modify the `Cargo.lock` file. Unintentional changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs. -If this was intentional then you can ignore this comment. +If this was unintentional then you should revert the changes before this PR is merged. +Otherwise, you can ignore this comment. """ [mentions."src/tools/x"] @@ -489,6 +489,14 @@ message = "This PR changes src/bootstrap/defaults/config.compiler.toml. If appro [mentions."src/bootstrap/defaults/config.codegen.toml"] message = "This PR changes src/bootstrap/defaults/config.codegen.toml. If appropriate, please also update `config.compiler.toml` so the defaults are in sync." +[mentions."tests/ui/deriving/deriving-all-codegen.stdout"] +message = "Changes to the code generated for builtin derived traits." +cc = ["@nnethercote"] + +[mentions."tests/ui/stats/hir-stats.stderr"] +message = "Changes to the size of AST and/or HIR nodes." +cc = ["@nnethercote"] + [assign] warn_non_default_branch = true contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html" |
