We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b70577 commit 172d38eCopy full SHA for 172d38e
src/name-resolution.md
@@ -7,7 +7,7 @@ is built with all `macros` expanded. We saw how doing that requires doing some
7
name resolution to resolve imports and `macro` names. In this chapter, we show
8
how this is actually done and more.
9
10
-[ast]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
+[ast]: ./ast-validation.md
11
12
In fact, we don't do full name resolution during `macro` expansion -- we only
13
resolve imports and `macros` at that time. This is required to know what to even
0 commit comments