mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
The sytax tree output files now use .rast extension (rust-analyzer syntax tree or rust abstract syntax tree (whatever)). This format has a editors/code/ra_syntax_tree.tmGrammar.json declaration that supplies nice syntax highlighting for .rast files. |
||
|---|---|---|
| .. | ||
| 0001_array_type_missing_semi.rast | ||
| 0001_array_type_missing_semi.rs | ||
| 0002_misplaced_label_err.rast | ||
| 0002_misplaced_label_err.rs | ||
| 0003_pointer_type_no_mutability.rast | ||
| 0003_pointer_type_no_mutability.rs | ||
| 0004_impl_type.rast | ||
| 0004_impl_type.rs | ||
| 0005_fn_pointer_type_missing_fn.rast | ||
| 0005_fn_pointer_type_missing_fn.rs | ||
| 0006_unsafe_block_in_mod.rast | ||
| 0006_unsafe_block_in_mod.rs | ||
| 0007_async_without_semicolon.rast | ||
| 0007_async_without_semicolon.rs | ||
| 0008_pub_expr.rast | ||
| 0008_pub_expr.rs | ||
| 0009_attr_on_expr_not_allowed.rast | ||
| 0009_attr_on_expr_not_allowed.rs | ||
| 0010_bad_tuple_index_expr.rast | ||
| 0010_bad_tuple_index_expr.rs | ||
| 0010_wrong_order_fns.rast | ||
| 0010_wrong_order_fns.rs | ||
| 0013_static_underscore.rast | ||
| 0013_static_underscore.rs | ||
| 0014_default_fn_type.rast | ||
| 0014_default_fn_type.rs | ||