diff options
author | Laurențiu Nicola <[email protected]> | 2020-06-23 07:41:43 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-06-23 14:51:07 +0100 |
commit | 76ddface089886c88b8b29e3893119f38ef26aab (patch) | |
tree | 9df8e5f774a385d64669f3883a9fef1b6aebb9a2 /crates/ra_syntax/test_data/parser/err | |
parent | 98c3e4e887dcc5a8242c3e67c04a3cedbb1b9c58 (diff) |
Fix panic in split and merge import assists
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err')
-rw-r--r-- | crates/ra_syntax/test_data/parser/err/0004_use_path_bad_segment.rast | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0004_use_path_bad_segment.rast b/crates/ra_syntax/test_data/parser/err/0004_use_path_bad_segment.rast index 8c6b89dc2..b3bcf472a 100644 --- a/crates/ra_syntax/test_data/parser/err/0004_use_path_bad_segment.rast +++ b/crates/ra_syntax/test_data/parser/err/0004_use_path_bad_segment.rast | |||
@@ -9,8 +9,7 @@ [email protected] | |||
9 | [email protected] | 9 | [email protected] |
10 | [email protected] "foo" | 10 | [email protected] "foo" |
11 | [email protected] "::" | 11 | [email protected] "::" |
12 | [email protected] | 12 | [email protected] |
13 | [email protected] | 13 | [email protected] "92" |
14 | [email protected] "92" | ||
15 | [email protected] ";" | 14 | [email protected] ";" |
16 | error 9..9: expected identifier | 15 | error 9..9: expected identifier |