diff options
| author | bors <bors@rust-lang.org> | 2014-09-11 15:50:45 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-09-11 15:50:45 +0000 |
| commit | 1dc31953e7d1df1560ea43a13d19973a1374730d (patch) | |
| tree | f96c75718045884115c03bcd3ae3527a20389e5b | |
| parent | c8b0d667c30e0918714ac178edaed883c6a8132a (diff) | |
| parent | 60415e103214ec2e8d8389039161572868d6a615 (diff) | |
| download | rust-1dc31953e7d1df1560ea43a13d19973a1374730d.tar.gz rust-1dc31953e7d1df1560ea43a13d19973a1374730d.zip | |
auto merge of #17153 : steveklabnik/rust/add_link_to_manual, r=sfackler
whoops Fixes https://github.com/rust-lang/rust/pull/16827#issuecomment-55160273
| -rw-r--r-- | src/doc/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index a479164c505..66f69d62e78 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -43,6 +43,10 @@ discussion about Rust. There is also a [developer forum](http://discuss.rust-lang.org/), where the development of Rust itself is discussed. +# Specification + +Rust does not have an exact specification, but an effort to describe as much of +the language in as much detail as possible is in [the manual](rust.html). # Guides |
