diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2019-09-05 16:51:34 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-09-05 16:58:38 -0500 |
| commit | ac968a531545f71915aa9f712f1b1b09199cd0cc (patch) | |
| tree | 58c90e653b8359b0ceadf7b8538e0cc755e56f89 /src/doc/rustc-dev-guide | |
| parent | 8b129253b820a7371b5029e6466b0b4e1da1e353 (diff) | |
| download | rust-ac968a531545f71915aa9f712f1b1b09199cd0cc.tar.gz rust-ac968a531545f71915aa9f712f1b1b09199cd0cc.zip | |
fix broken link
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/compiler-team.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-team.md b/src/doc/rustc-dev-guide/src/compiler-team.md index d6113768239..42f6cc0ac0e 100644 --- a/src/doc/rustc-dev-guide/src/compiler-team.md +++ b/src/doc/rustc-dev-guide/src/compiler-team.md @@ -27,10 +27,8 @@ who are experts on each one. ## Rust compiler meeting The compiler team has a weekly meeting where we do triage and try to -generally stay on top of new bugs, regressions, and other things. This -general plan for this meeting can be found in -[the rust-compiler-meeting etherpad][etherpad]. It works roughly as -follows: +generally stay on top of new bugs, regressions, and other things. +They are held on [Zulip][zulip]. It works roughly as follows: - **Review P-high bugs:** P-high bugs are those that are sufficiently important for us to actively track progress. P-high bugs should @@ -44,6 +42,8 @@ follows: the team is desired. - **Check for beta nominations:** These are nominations of things to backport to beta. +- **Possibly WG checking:** A WG may give an update at this point, if there is + time. The meeting currently takes place on Thursdays at 10am Boston time (UTC-4 typically, but daylight savings time sometimes makes things |
