rust-analyzer/crates/parser
Yutaro Ohno e076192dd8 Improve error handling for top-level let statements
This commit addresses the issue of excessive and unrelated errors
generated by top-level `let` statements. Now, only a single error is
produced, indicating that `let` statements are invalid at the top level.
2023-12-01 10:37:21 +09:00
..
src Improve error handling for top-level let statements 2023-12-01 10:37:21 +09:00
test_data Improve error handling for top-level let statements 2023-12-01 10:37:21 +09:00
Cargo.toml Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra 2023-11-08 08:15:03 +02:00