diff options
| author | Nadrieril <nadrieril+git@gmail.com> | 2023-12-11 11:02:24 +0100 |
|---|---|---|
| committer | Nadrieril <nadrieril+git@gmail.com> | 2023-12-11 11:20:55 +0100 |
| commit | 79806f1e46c758b02fd473c5a0b70f43338f0a08 (patch) | |
| tree | 152749f221178aa75a60fa790f3cef5739861569 | |
| parent | 5d6c539c2d89a184fc9f03e3783cbf2b8af0e29b (diff) | |
| download | rust-79806f1e46c758b02fd473c5a0b70f43338f0a08.tar.gz rust-79806f1e46c758b02fd473c5a0b70f43338f0a08.zip | |
Include the new crate in triagebot pings
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 775d9714c60..2d9a5dabc8a 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -480,6 +480,10 @@ cc = ["@GuillaumeGomez"] message = "Some changes might have occurred in exhaustiveness checking" cc = ["@Nadrieril"] +[mentions."compiler/rustc_pattern_analysis"] +message = "Some changes might have occurred in exhaustiveness checking" +cc = ["@Nadrieril"] + [mentions."library/portable-simd"] message = """ Portable SIMD is developed in its own repository. If possible, consider \ |
