mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Rollup merge of #139398 - rcvalle:rust-exploit-mitigations-pg-notifications, r=cuviper
Change notifications for Exploit Mitigations PG Reduce the amount of notifications sent to all the Exploit Mitigations PG by removing it from some of the paths.
This commit is contained in:
commit
0823b34bfb
@ -1002,7 +1002,7 @@ message = "Changes to the size of AST and/or HIR nodes."
|
||||
cc = ["@nnethercote"]
|
||||
|
||||
[mentions."compiler/rustc_sanitizers"]
|
||||
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
|
||||
cc = ["@rcvalle"]
|
||||
|
||||
[mentions."src/doc/rustc/src/exploit-mitigations.md"]
|
||||
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
|
||||
@ -1038,7 +1038,7 @@ cc = ["@Urgau"]
|
||||
cc = ["@Noratrieb"]
|
||||
|
||||
[mentions."tests/codegen/sanitizer"]
|
||||
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
|
||||
cc = ["@rcvalle"]
|
||||
|
||||
[mentions."tests/codegen/split-lto-unit.rs"]
|
||||
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
|
||||
@ -1050,7 +1050,7 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
|
||||
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
|
||||
|
||||
[mentions."tests/ui/sanitizer"]
|
||||
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
|
||||
cc = ["@rcvalle"]
|
||||
|
||||
[mentions."tests/ui/stack-protector"]
|
||||
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
|
||||
|
Loading…
Reference in New Issue
Block a user