rust-analyzer/crates/parser
Chayim Refael Friedman 87cddda2d8 Always bump in the parser in err_and_bump()
Even when at curly braces, otherwise the parser can get stuck.

This has happened in the past in #18625, but it was just worked around instead of handling the root of the problem. Now this happened again in #20171. IMO we can't let `err_and_bump()` not bump, that's too confusing and invites errors. We can (as I did) workaround the worse recovery instead.
2025-07-06 03:21:43 +03:00
..
src Always bump in the parser in err_and_bump() 2025-07-06 03:21:43 +03:00
test_data Parse new const trait syntax 2025-06-26 11:08:30 +02:00
Cargo.toml Don't run doctests 2025-06-23 00:50:22 +03:00