Skip to content

Commit c987d34

Browse files
committed
Add Fuchsia ping group page
1 parent 9ff4936 commit c987d34

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

src/doc/rustc-dev-guide/src/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,13 @@
6161
- [ARM](notification-groups/arm.md)
6262
- [Cleanup Crew](notification-groups/cleanup-crew.md)
6363
- [Emscripten](notification-groups/emscripten.md)
64+
- [Fuchsia](notification-groups/fuchsia.md)
6465
- [LLVM](notification-groups/llvm.md)
6566
- [RISC-V](notification-groups/risc-v.md)
67+
- [Rust for Linux](notification-groups/rust-for-linux.md)
6668
- [WASI](notification-groups/wasi.md)
6769
- [WebAssembly](notification-groups/wasm.md)
6870
- [Windows](notification-groups/windows.md)
69-
- [Rust for Linux](notification-groups/rust-for-linux.md)
7071
- [Licenses](./licenses.md)
7172
- [Editions](guides/editions.md)
7273

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

src/doc/rustc-dev-guide/src/tests/fuchsia.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ in the past and was subsequently included in CI.
66

77
## What to do if the Fuchsia job breaks?
88

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.
1010

1111
```text
1212
@rustbot ping fuchsia
@@ -170,6 +170,7 @@ rustc book][platform-support].
170170
[`public_configs`]: https://gn.googlesource.com/gn/+/main/docs/reference.md#var_public_configs
171171
[`//build/config:compiler`]: https://cs.opensource.google/fuchsia/fuchsia/+/main:build/config/BUILD.gn;l=121;drc=c26c473bef93b33117ae417893118907a026fec7
172172
[build system]: https://fuchsia.dev/fuchsia-src/development/build/build_system
173+
[fuchsia-ping]: ../notification-groups/fuchsia.md
173174

174175
[^loc]: As of June 2024, Fuchsia had about 2 million lines of first-party Rust
175176
code and a roughly equal amount of third-party code, as counted by tokei

0 commit comments

Comments
 (0)