rust/crates/ra_syntax/test_data/parser/inline/err
veetaha da091b1303 Migrate tests .txt -> .rast
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.
2020-04-06 14:04:26 +03:00
..
0001_array_type_missing_semi.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0001_array_type_missing_semi.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0002_misplaced_label_err.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0002_misplaced_label_err.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0003_pointer_type_no_mutability.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0003_pointer_type_no_mutability.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0004_impl_type.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0004_impl_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0005_fn_pointer_type_missing_fn.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0005_fn_pointer_type_missing_fn.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0006_unsafe_block_in_mod.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0006_unsafe_block_in_mod.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0007_async_without_semicolon.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0007_async_without_semicolon.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0008_pub_expr.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0008_pub_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0009_attr_on_expr_not_allowed.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0009_attr_on_expr_not_allowed.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0010_bad_tuple_index_expr.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0010_bad_tuple_index_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0010_wrong_order_fns.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0010_wrong_order_fns.rs Update async unsafe fn ordering. 2020-02-07 13:51:51 +01:00
0013_static_underscore.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0013_static_underscore.rs Allow an underscore as the identifier in const items 2019-09-14 16:31:09 -07:00
0014_default_fn_type.rast Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
0014_default_fn_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00