File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
src/doc/rustc-dev-guide/src Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 61
61
- [ ARM] ( notification-groups/arm.md )
62
62
- [ Cleanup Crew] ( notification-groups/cleanup-crew.md )
63
63
- [ Emscripten] ( notification-groups/emscripten.md )
64
+ - [ Fuchsia] ( notification-groups/fuchsia.md )
64
65
- [ LLVM] ( notification-groups/llvm.md )
65
66
- [ RISC-V] ( notification-groups/risc-v.md )
67
+ - [ Rust for Linux] ( notification-groups/rust-for-linux.md )
66
68
- [ WASI] ( notification-groups/wasi.md )
67
69
- [ WebAssembly] ( notification-groups/wasm.md )
68
70
- [ Windows] ( notification-groups/windows.md )
69
- - [ Rust for Linux] ( notification-groups/rust-for-linux.md )
70
71
- [ Licenses] ( ./licenses.md )
71
72
- [ Editions] ( guides/editions.md )
72
73
Original file line number Diff line number Diff line change
1
+ # Fuchsia notification group
2
+
3
+ ** Github Label:** [ O-fuchsia] <br >
4
+ ** Ping command:** ` @rustbot ping fuchsia `
5
+
6
+ [ O-fuchsia ] : https://github.com/rust-lang/rust/labels/O-fuchsia
7
+
8
+ This list will be used to notify [ Fuchsia] [ fuchsia ] maintainers
9
+ when the compiler or the standard library changes in a way that would
10
+ break the Fuchsia integration.
11
+
12
+ [ fuchsia ] : ../tests/fuchsia.md
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ in the past and was subsequently included in CI.
6
6
7
7
## What to do if the Fuchsia job breaks?
8
8
9
- Please contact the ` fuchsia ` ping group and ask them for help.
9
+ Please contact the [ fuchsia] [ fuchsia-ping ] ping group and ask them for help.
10
10
11
11
``` text
12
12
@rustbot ping fuchsia
@@ -170,6 +170,7 @@ rustc book][platform-support].
170
170
[ `public_configs` ] : https://gn.googlesource.com/gn/+/main/docs/reference.md#var_public_configs
171
171
[ `//build/config:compiler` ] : https://cs.opensource.google/fuchsia/fuchsia/+/main:build/config/BUILD.gn;l=121;drc=c26c473bef93b33117ae417893118907a026fec7
172
172
[ build system ] : https://fuchsia.dev/fuchsia-src/development/build/build_system
173
+ [ fuchsia-ping ] : ../notification-groups/fuchsia.md
173
174
174
175
[ ^ loc ] : As of June 2024, Fuchsia had about 2 million lines of first-party Rust
175
176
code and a roughly equal amount of third-party code, as counted by tokei
You can’t perform that action at this time.
0 commit comments