This commit is contained in:
Aleksey Kladov 2019-02-11 19:07:49 +03:00
parent bbcd3566de
commit dc951098f6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/// This module takes a (parsed) defenition of `macro_rules` invocation, a
/// This module takes a (parsed) definition of `macro_rules` invocation, a
/// `tt::TokenTree` representing an argument of macro invocation, and produces a
/// `tt::TokenTree` for the result of the expansion.
use rustc_hash::FxHashMap;