We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0d235a + 99e88e5 commit 445eb2eCopy full SHA for 445eb2e
triagebot.toml
@@ -384,7 +384,7 @@ trigger_files = [
384
385
[autolabel."PG-exploit-mitigations"]
386
trigger_files = [
387
- "compiler/rustc_symbol_mangling/src/typeid",
+ "compiler/rustc_sanitizers",
388
"src/doc/rustc/src/exploit-mitigations.md",
389
"src/doc/unstable-book/src/compiler-flags/branch-protection.md",
390
"src/doc/unstable-book/src/compiler-flags/cf-protection.md",
@@ -701,7 +701,7 @@ cc = ["@nnethercote"]
701
message = "Changes to the size of AST and/or HIR nodes."
702
cc = ["@nnethercote"]
703
704
-[mentions."compiler/rustc_symbol_mangling/src/typeid"]
+[mentions."compiler/rustc_sanitizers"]
705
cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
706
707
[mentions."src/doc/rustc/src/exploit-mitigations.md"]
0 commit comments