Rollup merge of #99183 - jonas-schievink:proc_macro-mention-r-a, r=jyn514

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```
This commit is contained in:
Guillaume Gomez 2022-07-13 10:38:49 +02:00 committed by GitHub
commit 3eb8198cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]