File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
src/doc/rustc-dev-guide/src Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ The quick summary is:
183
183
### Getting help and asking questions
184
184
185
185
If you have some questions, head over to the [ rust-lang Zulip] and
186
- specifically the ` #t-compiler/wg-llvm ` stream .
186
+ specifically the ` #t-compiler/wg-llvm ` channel .
187
187
188
188
[ rust-lang Zulip ] : https://rust-lang.zulipchat.com/
189
189
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ contributions to rustc and its design.
12
12
Currently the compiler team chats in Zulip:
13
13
14
14
- Team chat occurs in the [ ` t-compiler ` ] [ zulip-t-compiler ] stream on the Zulip instance
15
- - There are also a number of other associated Zulip streams ,
15
+ - There are also a number of other associated Zulip channels ,
16
16
such as [ ` t-compiler/help ` ] [ zulip-help ] , where people can ask for help
17
17
with rustc development, or [ ` t-compiler/meetings ` ] [ zulip-meetings ] ,
18
18
where the team holds their weekly triage and steering meetings.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
9
9
ARM-related issues as well as suggestions on how to resolve
10
10
interesting questions regarding our ARM support.
11
11
12
- The group also has an associated Zulip stream ([ ` #t-compiler/arm ` ] )
12
+ The group also has an associated Zulip channel ([ ` #t-compiler/arm ` ] )
13
13
where people can go to pose questions and discuss ARM-specific
14
14
topics.
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
9
9
Emscripten-related issues as well as suggestions on how to resolve
10
10
interesting questions regarding our Emscripten support.
11
11
12
- The group also has an associated Zulip stream ([ ` #t-compiler/wasm ` ] )
12
+ The group also has an associated Zulip channel ([ ` #t-compiler/wasm ` ] )
13
13
where people can go to pose questions and discuss Emscripten-specific
14
14
topics.
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
9
9
RISC-V-related issues as well as suggestions on how to resolve
10
10
interesting questions regarding our RISC-V support.
11
11
12
- The group also has an associated Zulip stream ([ ` #t-compiler/risc-v ` ] )
12
+ The group also has an associated Zulip channel ([ ` #t-compiler/risc-v ` ] )
13
13
where people can go to pose questions and discuss RISC-V-specific
14
14
topics.
15
15
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ and features. The RfL maintainers should then ideally provide support
12
12
for resolving the breakage or decide to temporarily accept the breakage
13
13
and unblock CI by temporarily removing the RfL CI jobs.
14
14
15
- The group also has an associated Zulip stream ([ ` #rust-for-linux ` ] )
15
+ The group also has an associated Zulip channel ([ ` #rust-for-linux ` ] )
16
16
where people can go to ask questions and discuss topics related to Rust
17
17
for Linux.
18
18
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
9
9
WASI-related issues as well as suggestions on how to resolve
10
10
interesting questions regarding our WASI support.
11
11
12
- The group also has an associated Zulip stream ([ ` #t-compiler/wasm ` ] )
12
+ The group also has an associated Zulip channel ([ ` #t-compiler/wasm ` ] )
13
13
where people can go to pose questions and discuss WASI-specific
14
14
topics.
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
9
9
WebAssembly-related issues as well as suggestions on how to resolve
10
10
interesting questions regarding our WASM support.
11
11
12
- The group also has an associated Zulip stream ([ ` #t-compiler/wasm ` ] )
12
+ The group also has an associated Zulip channel ([ ` #t-compiler/wasm ` ] )
13
13
where people can go to pose questions and discuss WASM-specific
14
14
topics.
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
9
9
Windows-related issues as well as suggestions on how to resolve
10
10
interesting questions regarding our Windows support.
11
11
12
- The group also has an associated Zulip stream ([ ` #t-compiler/windows ` ] )
12
+ The group also has an associated Zulip channel ([ ` #t-compiler/windows ` ] )
13
13
where people can go to pose questions and discuss Windows-specific
14
14
topics.
15
15
Original file line number Diff line number Diff line change 5
5
Its goal is to enable a lot of trait system features and bug fixes
6
6
that are hard to implement (e.g. GATs or specialization). If you would like to
7
7
help in hacking on the new solver, drop by on the rust-lang Zulip in the [ ` #t-types ` ]
8
- stream and say hello!
8
+ channel and say hello!
9
9
10
10
[ Types team ] : https://github.com/rust-lang/types-team
11
11
[ `#t-types` ] : https://rust-lang.zulipchat.com/#narrow/stream/144729-t-types
You can’t perform that action at this time.
0 commit comments