Skip to content

Commit 917f7ef

Browse files
drew-ymark-i-m
authored andcommitted
Small spelling fix.
1 parent ca55918 commit 917f7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/name-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and macro names. In this chapter, we show how this is actually done and more.
66

77
In fact, we don't do full name resolution during macro expansion -- we only
88
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
9+
expand. Later, after we have the whole AST, we do full name resolution to
1010
resolve all names in the crate. This happens in [`rustc_resolve::late`][late].
1111
Unlike during macro expansion, in this late expansion, we only need to try to
1212
resolve a name once, since no new names can be added. If we fail to resolve a

0 commit comments

Comments
 (0)