Skip to content

Commit 1eb80f1

Browse files
authored
restore helpful explanation
1 parent 39628ff commit 1eb80f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ channels: stable, beta, and nightly.
5353
- **Stable**: this is the latest stable release for general usage.
5454
- **Beta**: this is the next release (will be stable within 6 weeks).
5555
- **Nightly**: follows the `master` branch of the repo.
56+
This is the only channel where unstable, incomplete, or experimental features
57+
should be used (with feature gates).
5658

5759
See [this chapter on implementing new features](./implementing_new_features.md) for more
5860
information.

0 commit comments

Comments
 (0)