diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-08-31 14:50:29 -0400 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-08-31 23:03:48 -0500 |
| commit | 4212f0d8ad35cf849e8eb21631a0a146b32e1164 (patch) | |
| tree | cb557fc9649cfb5c0cdd9d5a981a30b6d1df5c65 /src/doc/rustc-dev-guide | |
| parent | cacc3f217e5839ed596bb3fe406e01eb4c8a043f (diff) | |
| download | rust-4212f0d8ad35cf849e8eb21631a0a146b32e1164.tar.gz rust-4212f0d8ad35cf849e8eb21631a0a146b32e1164.zip | |
note about discussion channels
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/compiler-team.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-team.md b/src/doc/rustc-dev-guide/src/compiler-team.md index 45883e9d1b2..a6328198ca5 100644 --- a/src/doc/rustc-dev-guide/src/compiler-team.md +++ b/src/doc/rustc-dev-guide/src/compiler-team.md @@ -7,6 +7,16 @@ and implement new features. Members of the Rust compiler team are people who have made significant contributions to rustc and its design. +## Discussion + +Currently the compiler team chats in a number of places. There is an +ongoing [thread] on the internals board about trying to find a permanent +home. In any case, you can find people in one of three places at the moment: + +- The `#rustc` channel on mozilla's IRC (`irc.mozilla.org`) +- The `t-compiler` stream on [the Zulip instance](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler) +- The `compiler` channel on the [rust-lang discord](https://discord.gg/rust-lang) + ## Rust compiler meeting The compiler team has a weekly meeting where we do triage and try to |
