mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Implement ignore
and index
metavar expression
This commit is contained in:
parent
f7bb9327ad
commit
df66eb74ab
7 changed files with 108 additions and 5 deletions
|
@ -179,6 +179,7 @@ fn invocation_fixtures(rules: &FxHashMap<String, DeclarativeMacro>) -> Vec<(Stri
|
|||
});
|
||||
parent.token_trees.push(subtree.into());
|
||||
}
|
||||
Op::Ignore { .. } | Op::Index { .. } => {}
|
||||
};
|
||||
|
||||
// Simple linear congruential generator for determistic result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue