Skip to content

Commit

Permalink
Rollup merge of #99183 - jonas-schievink:proc_macro-mention-r-a, r=jy…
Browse files Browse the repository at this point in the history
…n514

Mention rust-analyzer maintainers when `proc_macro` bridge is changed

rust-analyzer vendors a modified copy of the `proc_macro` crate in order to expand procedural macros built by Cargo. Since the ABI used by proc macros can change, we need to follow along with those changes. Getting notified when the proc macro bridge changes should make that easier, since that's what defines the ABI.

cc ```@rust-lang/wg-rls-2```
  • Loading branch information
GuillaumeGomez authored Jul 13, 2022
2 parents 660fcaa + 2f0172f commit 3eb8198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ Examples of `T-libs-api` changes:
* Changing observable runtime behavior of library APIs
"""

[mentions."library/proc_macro/src/bridge"]
cc = ["@rust-lang/wg-rls-2"]

[mentions."src/librustdoc/clean/types.rs"]
cc = ["@camelid"]

Expand Down

0 comments on commit 3eb8198

Please sign in to comment.