Co-authored-by: Chris Simpkins <git.simpkins@gmail.com>
This commit is contained in:
Who? Me?! 2020-05-08 09:36:10 -05:00
parent 692e2799ce
commit d7f14b5093
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ in [`rustc_span::hygiene`][hy].
## Producing Macro Output
Above, we saw how the output of a macro is integrated into the AST for a crate,
and we also saw how th e hygiene data for a crate is generated. But how do we
and we also saw how the hygiene data for a crate is generated. But how do we
actually produce the output of a macro? It depends on the type of macro.
There are two types of macros in Rust: