rust/crates/parser/src
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
..
grammar Improve error handling for top-level let statements 2023-12-01 10:37:21 +09:00
syntax_kind use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08:00
tests Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-ra 2023-07-24 12:21:34 +03:00
event.rs Try to update parser doc 2023-11-08 16:29:21 -08:00
grammar.rs Improve error handling for top-level let statements 2023-12-01 10:37:21 +09:00
input.rs internal: rename 2021-12-25 22:02:26 +03:00
lexed_str.rs Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra 2023-11-08 08:15:03 +02:00
lib.rs Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra 2023-11-08 08:15:03 +02:00
output.rs ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
parser.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
shortcuts.rs Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra 2023-11-08 08:15:03 +02:00
syntax_kind.rs use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08:00
tests.rs ⬆️ rust-analyzer 2023-02-20 10:14:12 +02:00
token_set.rs