File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ separately by extracting documentation attributes from their source code. Many
19
19
of the features that one might expect to be language features are library
20
20
features in Rust, so what you're looking for may be there, not here.
21
21
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
+
22
27
Finally, this document is not normative. It may include details that are
23
28
specific to ` rustc ` itself, and should not be taken as a specification for
24
29
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.
38
43
[ grammar ] : ../grammar.html
39
44
[ the Rust Reference repository ] : https://github.com/rust-lang-nursery/reference/
40
45
[ big issue ] : https://github.com/rust-lang-nursery/reference/issues/9
46
+ [ Unstable Book ] : https://doc.rust-lang.org/nightly/unstable-book/
You can’t perform that action at this time.
0 commit comments