We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087f52c commit 2610312Copy full SHA for 2610312
Contributing.md
@@ -200,8 +200,8 @@ format.
200
201
There are different nodes for every kind of item and expression in Rust. For
202
more details see the source code in the compiler -
203
-[ast.rs](https://dxr.mozilla.org/rust/source/src/libsyntax/ast.rs) - and/or the
204
-[docs](https://doc.rust-lang.org/nightly/nightly-rustc/syntax/ast/index.html).
+[ast.rs](https://github.com/rust-lang/rust/blob/master/compiler/rustc_ast/src/ast.rs) - and/or the
+[docs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/index.html).
205
206
Many nodes in the AST (but not all, annoyingly) have a `Span`. A `Span` is a
207
range in the source code, it can easily be converted to a snippet of source
0 commit comments