Subscribe myself to attr parsing

This commit is contained in:
Jonathan Brouwer 2026-01-10 13:00:07 +01:00
parent 1b9ae9eddc
commit 00ad671406
No known key found for this signature in database
GPG key ID: 13619B051B673C52

View file

@ -1358,11 +1358,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"]