File tree 3 files changed +25
-0
lines changed
3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 56
56
- [ LLVM] ( notification-groups/llvm.md )
57
57
- [ RISC-V] ( notification-groups/risc-v.md )
58
58
- [ Windows] ( notification-groups/windows.md )
59
+ - [ Rust for Linux] ( notification-groups/rust-for-linux.md )
59
60
- [ Licenses] ( ./licenses.md )
60
61
- [ Editions] ( guides/editions.md )
61
62
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Here's the list of the notification groups:
25
25
- [ LLVM] ( ./llvm.md )
26
26
- [ RISC-V] ( ./risc-v.md )
27
27
- [ Windows] ( ./windows.md )
28
+ - [ Rust for Linux] ( ./rust-for-linux.md )
28
29
29
30
## What issues are a good fit for notification groups?
30
31
Original file line number Diff line number Diff line change
1
+ # Rust for Linux notification group
2
+
3
+ ** Github Label:** [ O-rfl] <br >
4
+ ** Ping command:** ` @rustbot ping rfl `
5
+
6
+ [ O-rfl ] : https://github.com/rust-lang/rust/labels/O-rfl
7
+
8
+ This list will be used to notify [ Rust for Linux (RfL)] [ rfl ] maintainers
9
+ when the compiler or the standard library changes in a way that would
10
+ break Rust for Linux, since it depends on several unstable flags
11
+ and features. The RfL maintainers should then ideally provide support
12
+ for resolving the breakage or decide to temporarily accept the breakage
13
+ and unblock CI by temporarily removing the RfL CI jobs.
14
+
15
+ The group also has an associated Zulip stream ([ ` #rust-for-linux ` ] )
16
+ where people can go to ask questions and discuss topics related to Rust
17
+ for Linux.
18
+
19
+ If you are interested in participating, please sign up for the
20
+ Rust for Linux group on [ Zulip] [ `#rust-for-linux` ] !
21
+
22
+ [ rfl ] : https://rust-for-linux.com/
23
+ [ `#rust-for-linux` ] : https://rust-lang.zulipchat.com/#narrow/stream/425075-rust-for-linux
You can’t perform that action at this time.
0 commit comments