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 = [
252252 " compiler/rustc_attr_data_structures" ,
253253]
254254
255+ [autolabel ."A-stdarch" ]
256+ trigger_files = [
257+ " library/stdarch" ,
258+ ]
259+
255260[autolabel ."F-autodiff" ]
256261trigger_files = [
257262 " src/tools/enzyme" ,
@@ -870,6 +875,15 @@ gets adapted for the changes, if necessary.
870875"""
871876cc = [" @rust-lang/miri" , " @RalfJung" , " @oli-obk" , " @lcnr" ]
872877
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+
873887[mentions ."library/portable-simd" ]
874888message = """
875889Portable SIMD is developed in its own repository. If possible, consider \
You can’t perform that action at this time.
0 commit comments