diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-05-21 19:37:22 +0200 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2024-05-25 15:40:04 -0700 |
| commit | 30943bbafb17dba4f9fae677305a67688a6d1da1 (patch) | |
| tree | 6f4a0f8e133772937dc1d184b75d9e899088d22f /src/doc/rustc-dev-guide | |
| parent | bcf5158759015ea3ae4391536f4d51a740f789c1 (diff) | |
| download | rust-30943bbafb17dba4f9fae677305a67688a6d1da1.tar.gz rust-30943bbafb17dba4f9fae677305a67688a6d1da1.zip | |
Add Rust for Linux notification group entry
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/SUMMARY.md | 1 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/src/notification-groups/about.md | 1 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/src/notification-groups/rust-for-linux.md | 23 |
3 files changed, 25 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md index 3eb80dec57c..f78e54dcd9e 100644 --- a/src/doc/rustc-dev-guide/src/SUMMARY.md +++ b/src/doc/rustc-dev-guide/src/SUMMARY.md @@ -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) diff --git a/src/doc/rustc-dev-guide/src/notification-groups/about.md b/src/doc/rustc-dev-guide/src/notification-groups/about.md index 4cbd4c382ee..23a8d7f7995 100644 --- a/src/doc/rustc-dev-guide/src/notification-groups/about.md +++ b/src/doc/rustc-dev-guide/src/notification-groups/about.md @@ -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? diff --git a/src/doc/rustc-dev-guide/src/notification-groups/rust-for-linux.md b/src/doc/rustc-dev-guide/src/notification-groups/rust-for-linux.md new file mode 100644 index 00000000000..9ba4eff629e --- /dev/null +++ b/src/doc/rustc-dev-guide/src/notification-groups/rust-for-linux.md @@ -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 |
