Rollup merge of #154515 - sayantn:std-detect-notify, r=tgross35

Notify stdarch maintainers on changes in std_detect

cc @Amanieu @folkertdev @Kobzol

It would be nice to be notified when std_detect changes, as it is spiritually a part of stdarch.

Also assign @rust-lang/libs to std_detect
This commit is contained in:
Guillaume Gomez
2026-03-29 00:06:53 +01:00
committed by GitHub
+5
View File
@@ -1073,6 +1073,10 @@ instead.
"""
cc = ["@Amanieu", "@folkertdev", "@sayantn"]
[mentions."library/std_detect"]
message = "Some changes occurred in `std_detect`"
cc = ["@Amanieu", "@folkertdev", "@sayantn"]
[mentions."library/core/src/intrinsics/simd.rs"]
message = """
Some changes occurred to the platform-builtins intrinsics. Make sure the
@@ -1601,6 +1605,7 @@ dep-bumps = [
"/library/std" = ["libs", "@ChrisDenton"]
"/library/std/src/sys/pal/windows" = ["@ChrisDenton"]
"/library/stdarch" = ["libs"]
"/library/std_detect" = ["libs"]
"/library/test" = ["libs"]
"/src/bootstrap" = ["bootstrap"]
"/src/ci" = ["infra-ci"]