Skip to content

Commit 4e18796

Browse files
committed
Zulip streams have been renamed to channels
https://blog.zulip.com/2024/07/25/zulip-9-0-released
1 parent b96ca59 commit 4e18796

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

src/doc/rustc-dev-guide/src/backend/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ The quick summary is:
183183
### Getting help and asking questions
184184

185185
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.
187187

188188
[rust-lang Zulip]: https://rust-lang.zulipchat.com/
189189

src/doc/rustc-dev-guide/src/compiler-team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ contributions to rustc and its design.
1212
Currently the compiler team chats in Zulip:
1313

1414
- 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,
1616
such as [`t-compiler/help`][zulip-help], where people can ask for help
1717
with rustc development, or [`t-compiler/meetings`][zulip-meetings],
1818
where the team holds their weekly triage and steering meetings.

src/doc/rustc-dev-guide/src/notification-groups/arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
99
ARM-related issues as well as suggestions on how to resolve
1010
interesting questions regarding our ARM support.
1111

12-
The group also has an associated Zulip stream ([`#t-compiler/arm`])
12+
The group also has an associated Zulip channel ([`#t-compiler/arm`])
1313
where people can go to pose questions and discuss ARM-specific
1414
topics.
1515

src/doc/rustc-dev-guide/src/notification-groups/emscripten.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
99
Emscripten-related issues as well as suggestions on how to resolve
1010
interesting questions regarding our Emscripten support.
1111

12-
The group also has an associated Zulip stream ([`#t-compiler/wasm`])
12+
The group also has an associated Zulip channel ([`#t-compiler/wasm`])
1313
where people can go to pose questions and discuss Emscripten-specific
1414
topics.
1515

src/doc/rustc-dev-guide/src/notification-groups/risc-v.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
99
RISC-V-related issues as well as suggestions on how to resolve
1010
interesting questions regarding our RISC-V support.
1111

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`])
1313
where people can go to pose questions and discuss RISC-V-specific
1414
topics.
1515

src/doc/rustc-dev-guide/src/notification-groups/rust-for-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and features. The RfL maintainers should then ideally provide support
1212
for resolving the breakage or decide to temporarily accept the breakage
1313
and unblock CI by temporarily removing the RfL CI jobs.
1414

15-
The group also has an associated Zulip stream ([`#rust-for-linux`])
15+
The group also has an associated Zulip channel ([`#rust-for-linux`])
1616
where people can go to ask questions and discuss topics related to Rust
1717
for Linux.
1818

src/doc/rustc-dev-guide/src/notification-groups/wasi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
99
WASI-related issues as well as suggestions on how to resolve
1010
interesting questions regarding our WASI support.
1111

12-
The group also has an associated Zulip stream ([`#t-compiler/wasm`])
12+
The group also has an associated Zulip channel ([`#t-compiler/wasm`])
1313
where people can go to pose questions and discuss WASI-specific
1414
topics.
1515

src/doc/rustc-dev-guide/src/notification-groups/wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
99
WebAssembly-related issues as well as suggestions on how to resolve
1010
interesting questions regarding our WASM support.
1111

12-
The group also has an associated Zulip stream ([`#t-compiler/wasm`])
12+
The group also has an associated Zulip channel ([`#t-compiler/wasm`])
1313
where people can go to pose questions and discuss WASM-specific
1414
topics.
1515

src/doc/rustc-dev-guide/src/notification-groups/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This list will be used to ask for help both in diagnosing and testing
99
Windows-related issues as well as suggestions on how to resolve
1010
interesting questions regarding our Windows support.
1111

12-
The group also has an associated Zulip stream ([`#t-compiler/windows`])
12+
The group also has an associated Zulip channel ([`#t-compiler/windows`])
1313
where people can go to pose questions and discuss Windows-specific
1414
topics.
1515

src/doc/rustc-dev-guide/src/traits/chalk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Its goal is to enable a lot of trait system features and bug fixes
66
that are hard to implement (e.g. GATs or specialization). If you would like to
77
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!
99

1010
[Types team]: https://github.com/rust-lang/types-team
1111
[`#t-types`]: https://rust-lang.zulipchat.com/#narrow/stream/144729-t-types

0 commit comments

Comments
 (0)