Skip to content

Commit 8c128f8

Browse files
committed
Specify stability scope in introduction.
1 parent 16c2cc2 commit 8c128f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/introduction.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ separately by extracting documentation attributes from their source code. Many
1919
of the features that one might expect to be language features are library
2020
features in Rust, so what you're looking for may be there, not here.
2121

22+
This document also only serves as a reference to what is available in stable
23+
Rust. For unstable features being worked on, see the [Unstable Book]. This was
24+
a recent change in scope, so unstable features are still documented, but are
25+
in the process of being removed.
26+
2227
Finally, this document is not normative. It may include details that are
2328
specific to `rustc` itself, and should not be taken as a specification for
2429
the Rust language. We intend to produce such a document someday, but this
@@ -38,3 +43,4 @@ so check that out if you can't find something here.
3843
[grammar]: ../grammar.html
3944
[the Rust Reference repository]: https://github.com/rust-lang-nursery/reference/
4045
[big issue]: https://github.com/rust-lang-nursery/reference/issues/9
46+
[Unstable Book]: https://doc.rust-lang.org/nightly/unstable-book/

0 commit comments

Comments
 (0)