diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-01-11 03:02:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-11 03:02:44 +0100 |
| commit | 1189d230bdf6092221d86123fd80f6387ac60db4 (patch) | |
| tree | f84fa38da2969de8e6274ebe8e1682c74c830865 | |
| parent | f92cde4f9aa63a6d3d8b3d6a6304dfb9c0214547 (diff) | |
| parent | 7d61535ef0db941caedcd1a006e55277f139cb29 (diff) | |
| download | rust-1189d230bdf6092221d86123fd80f6387ac60db4.tar.gz rust-1189d230bdf6092221d86123fd80f6387ac60db4.zip | |
Rollup merge of #119832 - fmease:project-const-traits-triagebot, r=compiler-errors
Meta: Add project const traits to triagebot config r? compiler-errors or project-const-traits
| -rw-r--r-- | triagebot.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 5406500cec3..aac3a830a78 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -744,6 +744,12 @@ style-team = [ "@yaahc", ] +project-const-traits = [ + "@compiler-errors", + "@fee1-dead", + "@fmease", + "@oli-obk", +] project-stable-mir = [ "@celinval", "@oli-obk", |
