Skip to content

Commit ad5aa2b

Browse files
committed
[WIP] Add dedicated support thread
1 parent dbd84f8 commit ad5aa2b

File tree

1 file changed

+4
-0
lines changed
  • content/inside-rust/stage0-redesign

1 file changed

+4
-0
lines changed

content/inside-rust/stage0-redesign/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Notably, this means that after [redesign stage 0 std #119899](https://github.com
2525
- Consequently, default (test, check, bench) stage values in the library profile are no longer `0`, but instead defaults to `1`.
2626
- Some additional `cfg(bootstrap)` usages may be needed in the compiler sources for dogfooding unstable library features.
2727

28+
If you have questions, or run into bugs/issues related to the stage 0 std redesign, please discuss them in the [stage 0 std redesign support thread][support-thread] or open a new issue.
29+
30+
[support-thread]: https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/Stage.200.20std.20redesign.20support.20thread/with/515096924
31+
2832
## Comparison of common invocations
2933

3034
For `profile = "library"`:

0 commit comments

Comments
 (0)