diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-05-18 15:53:02 +0000 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2025-05-18 16:34:52 +0000 |
| commit | 8c150144fd6d2fd5944021c1fb566a2e7b0ee889 (patch) | |
| tree | 7bf9fb2c2e7a8d85b3eaee7a2277d9e40815d78f | |
| parent | c801c569dc2b264ee4b6db024155093ea1d616d0 (diff) | |
| download | rust-8c150144fd6d2fd5944021c1fb566a2e7b0ee889.tar.gz rust-8c150144fd6d2fd5944021c1fb566a2e7b0ee889.zip | |
triagebot: Add pings and autolabels for the compiler-builtins subtree.
| -rw-r--r-- | triagebot.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 9dcdbcecbec..5921c2056f5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -254,6 +254,11 @@ trigger_files = [ "compiler/rustc_attr_data_structures", ] +[autolabel."A-compiler-builtins"] +trigger_files = [ + "library/compiler-builtins", +] + [autolabel."F-autodiff"] trigger_files = [ "src/tools/enzyme", @@ -851,6 +856,15 @@ cc = ["@Urgau"] message = "Some changes occurred in check-cfg diagnostics" cc = ["@Urgau"] +[mentions."library/compiler-builtins"] +message = """ +`compiler-builtins` is developed in its own repository. If possible, consider \ +making this change to \ +[rust-lang/compiler-builtins](https://github.com/rust-lang/compiler-builtins) \ +instead. +""" +cc = ["@tgross35"] + [mentions."library/core/src/intrinsics/simd.rs"] message = """ Some changes occurred to the platform-builtins intrinsics. Make sure the |
