mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-28 04:45:05 +00:00
5671bacfa6
4139: Add check for rules that no repetition which could match an empty token r=matklad a=edwin0cheng
Fix #4103
for `/ui/issues/issue-57597.rs`
This is `ParseError` of the macro rules , because it is how rustc handle it :
|
||
---|---|---|
.. | ||
mbe_expander | ||
lib.rs | ||
mbe_expander.rs | ||
parser.rs | ||
subtree_source.rs | ||
syntax_bridge.rs | ||
tests.rs | ||
tt_iter.rs |