We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
an
a
1 parent 25ca6c5 commit d9128a9Copy full SHA for d9128a9
src/macro-expansion.md
@@ -48,7 +48,7 @@ iteration, this represents a compile error. Here is the [algorithm][original]:
48
[fef]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/expand/struct.MacroExpander.html#method.fully_expand_fragment
49
[original]: https://github.com/rust-lang/rust/pull/53778#issuecomment-419224049
50
51
-1. Initialize an `queue` of unresolved macros.
+1. Initialize a `queue` of unresolved macros.
52
2. Repeat until `queue` is empty (or we make no progress, which is an error):
53
1. [Resolve](./name-resolution.md) imports in our partially built crate as
54
much as possible.
0 commit comments