Skip to content

Commit 3eb8198

Browse files
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```
2 parents 660fcaa + 2f0172f commit 3eb8198

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

triagebot.toml

+3
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ Examples of `T-libs-api` changes:
292292
* Changing observable runtime behavior of library APIs
293293
"""
294294

295+
[mentions."library/proc_macro/src/bridge"]
296+
cc = ["@rust-lang/wg-rls-2"]
297+
295298
[mentions."src/librustdoc/clean/types.rs"]
296299
cc = ["@camelid"]
297300

0 commit comments

Comments
 (0)