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 = [
254254 " compiler/rustc_attr_data_structures" ,
255255]
256256
257+ [autolabel ."A-compiler-builtins" ]
258+ trigger_files = [
259+ " library/compiler-builtins" ,
260+ ]
261+
257262[autolabel ."F-autodiff" ]
258263trigger_files = [
259264 " src/tools/enzyme" ,
@@ -851,6 +856,15 @@ cc = ["@Urgau"]
851856message = " Some changes occurred in check-cfg diagnostics"
852857cc = [" @Urgau" ]
853858
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+
854868[mentions ."library/core/src/intrinsics/simd .rs" ]
855869message = """
856870Some changes occurred to the platform-builtins intrinsics. Make sure the
You can’t perform that action at this time.
0 commit comments