aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-07-24 10:38:21 +0100
committerAleksey Kladov <[email protected]>2019-07-24 10:49:19 +0100
commit459241f272748ff2e57b2c7e84f5a04f78d67edb (patch)
tree2353f8f068962313d0b2748aab58b71c4ca456d2 /crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt
parent4d544fbf9b664b6a29d358d3cb41cdd7cd15e4d6 (diff)
move syntax tests to unit tests
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt b/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt
new file mode 100644
index 000000000..061e6fb31
--- /dev/null
+++ b/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt
@@ -0,0 +1,28 @@
1SOURCE_FILE@[0; 30)
2 FN_DEF@[0; 29)
3 FN_KW@[0; 2) "fn"
4 WHITESPACE@[2; 3) " "
5 NAME@[3; 6)
6 IDENT@[3; 6) "foo"
7 PARAM_LIST@[6; 8)
8 L_PAREN@[6; 7) "("
9 R_PAREN@[7; 8) ")"
10 WHITESPACE@[8; 13) "\n "
11 WHERE_CLAUSE@[13; 26)
12 WHERE_KW@[13; 18) "where"
13 WHITESPACE@[18; 19) " "
14 WHERE_PRED@[19; 26)
15 FOR_TYPE@[19; 26)
16 FOR_KW@[19; 22) "for"
17 TYPE_PARAM_LIST@[22; 26)
18 L_ANGLE@[22; 23) "<"
19 LIFETIME_PARAM@[23; 25)
20 LIFETIME@[23; 25) "\'a"
21 R_ANGLE@[25; 26) ">"
22 WHITESPACE@[26; 27) "\n"
23 BLOCK@[27; 29)
24 L_CURLY@[27; 28) "{"
25 R_CURLY@[28; 29) "}"
26 WHITESPACE@[29; 30) "\n"
27error 26: expected a path
28error 26: expected colon