From d93ae12c529e5cecb920b26b4cf5d57282e8d4d2 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Thu, 19 Apr 2018 08:22:13 +0200 Subject: [PATCH] Link to official nightly documentation Since https://github.com/rust-lang/rust-central-station/pull/40 has been merged, we have a stable location for the nightly docs. --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index ac3659c5cc7..527041ab737 100644 --- a/Contributing.md +++ b/Contributing.md @@ -108,7 +108,7 @@ format. There are different nodes for every kind of item and expression in Rust. For more details see the source code in the compiler - [ast.rs](https://dxr.mozilla.org/rust/source/src/libsyntax/ast.rs) - and/or the -[docs](http://manishearth.github.io/rust-internals-docs/syntax/ast/index.html). +[docs](https://doc.rust-lang.org/nightly/nightly-rustc/syntax/ast/index.html). Many nodes in the AST (but not all, annoyingly) have a `Span`. A `Span` is a range in the source code, it can easily be converted to a snippet of source