Skip to content

Commit

Permalink
Unrolled build for rust-lang#123984
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#123984 - rcvalle:rust-triagebot-add-rustc-sanitizers, r=compiler-errors

sanitizers: Add rustc_sanitizers to triagebot.toml
  • Loading branch information
rust-timer authored Apr 16, 2024
2 parents ccfcd95 + 99e88e5 commit fba9b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ trigger_files = [

[autolabel."PG-exploit-mitigations"]
trigger_files = [
"compiler/rustc_symbol_mangling/src/typeid",
"compiler/rustc_sanitizers",
"src/doc/rustc/src/exploit-mitigations.md",
"src/doc/unstable-book/src/compiler-flags/branch-protection.md",
"src/doc/unstable-book/src/compiler-flags/cf-protection.md",
Expand Down Expand Up @@ -701,7 +701,7 @@ cc = ["@nnethercote"]
message = "Changes to the size of AST and/or HIR nodes."
cc = ["@nnethercote"]

[mentions."compiler/rustc_symbol_mangling/src/typeid"]
[mentions."compiler/rustc_sanitizers"]
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]

[mentions."src/doc/rustc/src/exploit-mitigations.md"]
Expand Down

0 comments on commit fba9b49

Please sign in to comment.