prs_waiting_on_team.tt 852 B

1234567891011121314151617181920212223
  1. ## PR's waiting for on team
  2. 1. [All PR's waiting on team](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-team)
  3. - Add T-compiler or libs-impl tag when it corresponds.
  4. - Do a sanity check on them.
  5. ### Issues
  6. - {prs_waiting_on_team.all}
  7. 2. [PR's waiting on T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-team+label%3AT-compiler)
  8. - Explicitly nominate any that you think may be able to be resolved *quickly* in triage meeting.
  9. ### Issues
  10. - {prs_waiting_on_team.t_compiler}
  11. 3. [PR's waiting on libs-impl](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-team+label%3Alibs-impl)
  12. - Explicitly nominate any that you think may be able to be resolved *quickly* in triage meeting.
  13. ### Issues
  14. - {prs_waiting_on_team.libs_impl}