rust/crates/mbe
Lukas Wirth 78f33c0e96 Expand unmatched mbe fragments to reasonable default token trees
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.
2022-10-10 14:27:05 +02:00
..
src Expand unmatched mbe fragments to reasonable default token trees 2022-10-10 14:27:05 +02:00
Cargo.toml Bump smallvec 2022-07-03 10:09:35 +03:00