Skip to content

Commit 9c7befc

Browse files
Use full path of span
Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
1 parent 2d639a3 commit 9c7befc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macro-expansion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The context is attached to AST nodes. All AST nodes generated by macros have
222222
context attached. Additionally, there may be other nodes that have context
223223
attached, such as some desugared syntax (non-macro-expanded nodes are
224224
considered to just have the "root" context, as described below).
225-
Throughout the compiler, we use [`Span`s][span] to refer to code locations.
225+
Throughout the compiler, we use [`librustc_span::Span`s][span] to refer to code locations.
226226
This struct also has hygiene information attached to it, as we will see later.
227227
228228
[span]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/struct.Span.html

0 commit comments

Comments
 (0)