File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 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"]
475475
476476[mentions ."Cargo .lock" ]
477477message = """
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" ]
490490message = " 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 ]
493501warn_non_default_branch = true
494502contributing_url = " https://rustc-dev-guide.rust-lang.org/getting-started.html"
You can’t perform that action at this time.
0 commit comments