mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
A new syntax node `ast::VariantDef` has been introduced to map between the HIR node and the AST. The files have been updated with `cargo test -p xtask`. Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com> |
||
|---|---|---|
| .. | ||
| grammar | ||
| syntax_kind | ||
| tests | ||
| event.rs | ||
| grammar.rs | ||
| input.rs | ||
| lexed_str.rs | ||
| lib.rs | ||
| output.rs | ||
| parser.rs | ||
| shortcuts.rs | ||
| syntax_kind.rs | ||
| tests.rs | ||
| token_set.rs | ||