Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rust for Linux notification group entry #1984

Merged
merged 1 commit into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
- [LLVM](notification-groups/llvm.md)
- [RISC-V](notification-groups/risc-v.md)
- [Windows](notification-groups/windows.md)
- [Rust for Linux](notification-groups/rust-for-linux.md)
- [Licenses](./licenses.md)
- [Editions](guides/editions.md)

Expand Down
1 change: 1 addition & 0 deletions src/notification-groups/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Here's the list of the notification groups:
- [LLVM](./llvm.md)
- [RISC-V](./risc-v.md)
- [Windows](./windows.md)
- [Rust for Linux](./rust-for-linux.md)

## What issues are a good fit for notification groups?

Expand Down
23 changes: 23 additions & 0 deletions src/notification-groups/rust-for-linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Rust for Linux notification group

**Github Label:** [O-rfl] <br>
**Ping command:** `@rustbot ping rfl`

[O-rfl]: https://github.com/rust-lang/rust/labels/O-rfl

This list will be used to notify [Rust for Linux (RfL)][rfl] maintainers
when the compiler or the standard library changes in a way that would
break Rust for Linux, since it depends on several unstable flags
and features. The RfL maintainers should then ideally provide support
for resolving the breakage or decide to temporarily accept the breakage
and unblock CI by temporarily removing the RfL CI jobs.

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

If you are interested in participating, please sign up for the
Rust for Linux group on [Zulip][`#rust-for-linux`]!

[rfl]: https://rust-for-linux.com/
[`#rust-for-linux`]: https://rust-lang.zulipchat.com/#narrow/stream/425075-rust-for-linux