Skip to content

Commit

Permalink
fix(macro-expansion.md): fix the article an to a to have uninterr…
Browse files Browse the repository at this point in the history
…upted reading
  • Loading branch information
ismailarilik authored and tshepang committed Jul 28, 2023
1 parent 25ca6c5 commit d9128a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macro-expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ iteration, this represents a compile error. Here is the [algorithm][original]:
[fef]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/expand/struct.MacroExpander.html#method.fully_expand_fragment
[original]: https://github.com/rust-lang/rust/pull/53778#issuecomment-419224049

1. Initialize an `queue` of unresolved macros.
1. Initialize a `queue` of unresolved macros.
2. Repeat until `queue` is empty (or we make no progress, which is an error):
1. [Resolve](./name-resolution.md) imports in our partially built crate as
much as possible.
Expand Down

0 comments on commit d9128a9

Please sign in to comment.