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 @@ -252,6 +252,11 @@ trigger_files = [
252
252
" compiler/rustc_attr_data_structures" ,
253
253
]
254
254
255
+ [autolabel ."A-stdarch" ]
256
+ trigger_files = [
257
+ " library/stdarch" ,
258
+ ]
259
+
255
260
[autolabel ."F-autodiff" ]
256
261
trigger_files = [
257
262
" src/tools/enzyme" ,
@@ -870,6 +875,15 @@ gets adapted for the changes, if necessary.
870
875
"""
871
876
cc = [" @rust-lang/miri" , " @RalfJung" , " @oli-obk" , " @lcnr" ]
872
877
878
+ [mentions ."library/stdarch" ]
879
+ message = """
880
+ `stdarch` is developed in its own repository. If possible, consider \
881
+ making this change to \
882
+ [rust-lang/stdarch](https://github.com/rust-lang/stdarch) \
883
+ instead.
884
+ """
885
+ cc = [" @amanieu" ]
886
+
873
887
[mentions ."library/portable-simd" ]
874
888
message = """
875
889
Portable SIMD is developed in its own repository. If possible, consider \
You can’t perform that action at this time.
0 commit comments