Rollup merge of #149896 - makai410:ping-me, r=jieyouxu

Add myself(makai410) to the review rotation

Per the https://github.com/rust-lang/team/pull/2177 .
This commit is contained in:
Matthias Krüger 2025-12-12 12:19:12 +01:00 committed by GitHub
commit eaf470bbc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -431,6 +431,7 @@ Lzu Tao <taolzu@gmail.com>
Maik Klein <maikklein@googlemail.com>
Maja Kądziołka <maya@compilercrim.es> <github@compilercrim.es>
Maja Kądziołka <maya@compilercrim.es> <kuba@kadziolka.net>
Makai <m4kai410@gmail.com>
Malo Jaffré <jaffre.malo@gmail.com>
Manish Goregaokar <manishsmail@gmail.com>
Mara Bos <m-ou.se@m-ou.se>

View file

@ -1154,7 +1154,7 @@ cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"]
[mentions."compiler/rustc_public"]
message = "This PR changes rustc_public"
cc = ["@oli-obk", "@celinval", "@ouz-a"]
cc = ["@oli-obk", "@celinval", "@ouz-a", "@makai410"]
[mentions."compiler/rustc_target/src/spec"]
message = """
@ -1542,6 +1542,7 @@ project-stable-mir = [
"@celinval",
"@oli-obk",
"@scottmcm",
"@makai410",
]
project-exploit-mitigations = [
"@cuviper",