Rollup merge of #150922 - subscribe-attr-parsing, r=Urgau

Subscribe myself to attr parsing
This commit is contained in:
Matthias Krüger 2026-01-11 09:56:51 +01:00 committed by GitHub
commit 7fd7eecf1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1365,11 +1365,11 @@ message = "The rustc-dev-guide subtree was changed. If this PR *only* touches th
cc = ["@BoxyUwU", "@jieyouxu", "@kobzol", "@tshepang"]
[mentions."compiler/rustc_passes/src/check_attr.rs"]
cc = ["@jdonszelmann"]
cc = ["@jdonszelmann", "@JonathanBrouwer"]
[mentions."compiler/rustc_attr_parsing"]
cc = ["@jdonszelmann"]
cc = ["@jdonszelmann", "@JonathanBrouwer"]
[mentions."compiler/rustc_hir/src/attrs"]
cc = ["@jdonszelmann"]
cc = ["@jdonszelmann", "@JonathanBrouwer"]
[mentions."src/tools/enzyme"]
cc = ["@ZuseZ4"]