File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -475,10 +475,10 @@ cc = ["@rust-lang/style"]
475
475
476
476
[mentions ."Cargo .lock" ]
477
477
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.
480
479
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.
482
482
"""
483
483
484
484
[mentions ."src/tools/x" ]
@@ -489,6 +489,14 @@ message = "This PR changes src/bootstrap/defaults/config.compiler.toml. If appro
489
489
[mentions ."src/bootstrap/defaults/config .codegen .toml" ]
490
490
message = " This PR changes src/bootstrap/defaults/config.codegen.toml. If appropriate, please also update `config.compiler.toml` so the defaults are in sync."
491
491
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
+
492
500
[assign ]
493
501
warn_non_default_branch = true
494
502
contributing_url = " https://rustc-dev-guide.rust-lang.org/getting-started.html"
You can’t perform that action at this time.
0 commit comments