diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2022-07-13 10:38:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-13 10:38:49 +0200 |
| commit | 3eb8198cf88ac99eb26b8414f7ebfdb8b24c190c (patch) | |
| tree | a27846e3e1e80111c6659f7ac3ce5ced7401c511 | |
| parent | 660fcaab6ba415300f61fb481520f8787e0f848f (diff) | |
| parent | 2f0172f5897b87396b8a06bb126ec8a58cc76113 (diff) | |
| download | rust-3eb8198cf88ac99eb26b8414f7ebfdb8b24c190c.tar.gz rust-3eb8198cf88ac99eb26b8414f7ebfdb8b24c190c.zip | |
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```
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 8d9fab84ca1..3842da566a9 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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"] |
