8000 Mention rust-analyzer maintainers when `proc_macro` bridge is changed by jonas-schievink · Pull Request #99183 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Mention rust-analyzer maintainers when proc_macro bridge is changed #99183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Mention rust-analyzer maintainers when proc_macro bridge is changed
  • Loading branch information
Jonas Schievink committed Jul 12, 2022
commit 2f0172f5897b87396b8a06bb126ec8a58cc76113
3 changes: 3 additions & 0 deletions triagebot.toml
< 49EB /tr>
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,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