Skip to content

Commit 172d38e

Browse files
TbkhiNoratrieb
authored andcommitted
Update name-resolution.md
1 parent 6b70577 commit 172d38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/name-resolution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ is built with all `macros` expanded. We saw how doing that requires doing some
77
name resolution to resolve imports and `macro` names. In this chapter, we show
88
how this is actually done and more.
99

10-
[ast]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
10+
[ast]: ./ast-validation.md
1111

1212
In fact, we don't do full name resolution during `macro` expansion -- we only
1313
resolve imports and `macros` at that time. This is required to know what to even

0 commit comments

Comments
 (0)