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 2d639a3 commit 9c7befcCopy full SHA for 9c7befc
src/macro-expansion.md
@@ -222,7 +222,7 @@ The context is attached to AST nodes. All AST nodes generated by macros have
222
context attached. Additionally, there may be other nodes that have context
223
attached, such as some desugared syntax (non-macro-expanded nodes are
224
considered to just have the "root" context, as described below).
225
-Throughout the compiler, we use [`Span`s][span] to refer to code locations.
+Throughout the compiler, we use [`librustc_span::Span`s][span] to refer to code locations.
226
This struct also has hygiene information attached to it, as we will see later.
227
228
[span]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/struct.Span.html
0 commit comments