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 ca55918 commit 917f7efCopy full SHA for 917f7ef
src/name-resolution.md
@@ -6,7 +6,7 @@ and macro names. In this chapter, we show how this is actually done and more.
6
7
In fact, we don't do full name resolution during macro expansion -- we only
8
resolve imports and macros at that time. This is required to know what to even
9
-expand. Later, after we have the whole AST, we due full name resolution to
+expand. Later, after we have the whole AST, we do full name resolution to
10
resolve all names in the crate. This happens in [`rustc_resolve::late`][late].
11
Unlike during macro expansion, in this late expansion, we only need to try to
12
resolve a name once, since no new names can be added. If we fail to resolve a
0 commit comments