Skip to content

Commit

Permalink
Add Rust for Linux notification group entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol authored and camelid committed May 25, 2024
1 parent 77478e9 commit f7a8759
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
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

0 comments on commit f7a8759

Please sign in to comment.