Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit cec53b7

Browse files
authored
Merge pull request #315 from jyn514/apfloat
Ping eddyb when rustc_apfloat is modified
2 parents a5ef092 + 1c116aa commit cec53b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

highfive/configs/rust-lang/rust.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"Cargo.lock": ["@Mark-Simulacrum"],
3838
"Cargo.toml": ["@Mark-Simulacrum"],
3939
"compiler": ["compiler-team", "compiler-team-contributors"],
40+
"compiler/rustc_apfloat": ["@eddyb"],
4041
"compiler/rustc_llvm": ["@cuviper"],
4142
"library/alloc": ["libs"],
4243
"library/core": ["libs"],
@@ -91,6 +92,10 @@
9192
"message": "Updates src/tools/cargo.",
9293
"reviewers": ["@ehuss"]
9394
},
95+
"compiler/rustc_apfloat": {
96+
"message": "Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost certainly don't want to change it (see #55993).",
97+
"reviewers": ["@eddyb"]
98+
},
9499
"compiler/rustc_codegen_cranelift": {
95100
"message": "Some changes occured to rustc_codegen_cranelift",
96101
"reviewers": ["@bjorn3"]

0 commit comments

Comments
 (0)