Skip to content

Commit b8935a9

Browse files
committed
get rid of old todo
1 parent 984d5a8 commit b8935a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/macro-expansion.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ Primary structures:
273273
- MacResult - a "polymorphic" AST fragment, something that can turn into a different AstFragment depending on its context (aka AstFragmentKind - item, or expression, or pattern etc.)
274274
- Invocation/InvocationKind - a structure describing a macro call, these structures are collected by the expansion infra (InvocationCollector), queued, resolved, expanded when resolved, etc.
275275
276-
TODO: how a crate transitions from the state "macros exist as written in source" to "all macros are expanded"
277-
278276
Hygiene and Expansion Heirarchies
279277
280278
- Expansion is lazy. We work from the outside of a macro invocation inward.

0 commit comments

Comments
 (0)