rust-analyzer/crates/ra_batch
Aleksey Kladov 3c68da792b don't break parser error recovery in presence of macros
Parser has the invariant that `{}` are balanced.
Previous code tried (unsucesfuly) maintain the same invariant for
`$()` as well, but it was done in a rather ad-hoc manner: it's not at
all obvious that it is possible to maintain both invariants!
2019-09-12 12:38:07 +03:00
..
src don't break parser error recovery in presence of macros 2019-09-12 12:38:07 +03:00
Cargo.toml add option to disable notify 2019-09-06 17:21:29 +03:00