File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pub use tt::{Delimiter, Punct};
26
26
27
27
pub use crate :: syntax_bridge:: ast_to_token_tree;
28
28
29
- /// This struct contains AST for a single `macro_rules` defenition . What might
29
+ /// This struct contains AST for a single `macro_rules` definition . What might
30
30
/// be very confusing is that AST has almost exactly the same shape as
31
31
/// `tt::TokenTree`, but there's a crucial difference: in macro rules, `$ident`
32
32
/// and `$()*` have special meaning (see `Var` and `Repeat` data structures)
Original file line number Diff line number Diff line change 1
- /// This module takes a (parsed) defenition of `macro_rules` invocation, a
1
+ /// This module takes a (parsed) definition of `macro_rules` invocation, a
2
2
/// `tt::TokenTree` representing an argument of macro invocation, and produces a
3
3
/// `tt::TokenTree` for the result of the expansion.
4
4
use rustc_hash:: FxHashMap ;
You can’t perform that action at this time.
0 commit comments