mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
78f33c0e96
Currently we expand unmatched fragments by not replacing them at all, leaving us with `$ident`. This trips up the parser or subsequent macro calls. Instead it makes more sense to replace these with some reasonable default depending on the fragment kind which should make more recursive macro calls work better for completions. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |