File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,11 @@ trigger_files = [
254
254
" compiler/rustc_attr_data_structures" ,
255
255
]
256
256
257
+ [autolabel ."A-compiler-builtins" ]
258
+ trigger_files = [
259
+ " library/compiler-builtins" ,
260
+ ]
261
+
257
262
[autolabel ."F-autodiff" ]
258
263
trigger_files = [
259
264
" src/tools/enzyme" ,
@@ -851,6 +856,15 @@ cc = ["@Urgau"]
851
856
message = " Some changes occurred in check-cfg diagnostics"
852
857
cc = [" @Urgau" ]
853
858
859
+ [mentions ."library/compiler-builtins" ]
860
+ message = """
861
+ `compiler-builtins` is developed in its own repository. If possible, consider \
862
+ making this change to \
863
+ [rust-lang/compiler-builtins](https://github.com/rust-lang/compiler-builtins) \
864
+ instead.
865
+ """
866
+ cc = [" @tgross35" ]
867
+
854
868
[mentions ."library/core/src/intrinsics/simd .rs" ]
855
869
message = """
856
870
Some changes occurred to the platform-builtins intrinsics. Make sure the
You can’t perform that action at this time.
0 commit comments