aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-04-02 12:04:23 +0100
committerAleksey Kladov <[email protected]>2019-04-02 12:49:46 +0100
commit7d6bd5d1379061180e771f7b833a9fecdc85a0b8 (patch)
treef2c8c4b116f73d8b5da458c50ba5b7a03a42c4f8 /crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.txt
parent2d680ff93aa30a52ffe40bb7d359e19565dca733 (diff)
always show token text
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.txt b/crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.txt
index 8a2a73b9b..c87c2c936 100644
--- a/crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.txt
+++ b/crates/ra_syntax/tests/data/parser/err/0027_incomplere_where_for.txt
@@ -1,28 +1,28 @@
1SOURCE_FILE@[0; 30) 1SOURCE_FILE@[0; 30)
2 FN_DEF@[0; 29) 2 FN_DEF@[0; 29)
3 FN_KW@[0; 2) 3 FN_KW@[0; 2) "fn"
4 WHITESPACE@[2; 3) 4 WHITESPACE@[2; 3) " "
5 NAME@[3; 6) 5 NAME@[3; 6)
6 IDENT@[3; 6) "foo" 6 IDENT@[3; 6) "foo"
7 PARAM_LIST@[6; 8) 7 PARAM_LIST@[6; 8)
8 L_PAREN@[6; 7) 8 L_PAREN@[6; 7) "("
9 R_PAREN@[7; 8) 9 R_PAREN@[7; 8) ")"
10 WHITESPACE@[8; 13) 10 WHITESPACE@[8; 13) "\n "
11 WHERE_CLAUSE@[13; 26) 11 WHERE_CLAUSE@[13; 26)
12 WHERE_KW@[13; 18) 12 WHERE_KW@[13; 18) "where"
13 WHITESPACE@[18; 19) 13 WHITESPACE@[18; 19) " "
14 WHERE_PRED@[19; 26) 14 WHERE_PRED@[19; 26)
15 FOR_TYPE@[19; 26) 15 FOR_TYPE@[19; 26)
16 FOR_KW@[19; 22) 16 FOR_KW@[19; 22) "for"
17 TYPE_PARAM_LIST@[22; 26) 17 TYPE_PARAM_LIST@[22; 26)
18 L_ANGLE@[22; 23) 18 L_ANGLE@[22; 23) "<"
19 LIFETIME_PARAM@[23; 25) 19 LIFETIME_PARAM@[23; 25)
20 LIFETIME@[23; 25) "'a" 20 LIFETIME@[23; 25) "\'a"
21 R_ANGLE@[25; 26) 21 R_ANGLE@[25; 26) ">"
22 err: `expected a path` 22 err: `expected a path`
23 err: `expected colon` 23 err: `expected colon`
24 WHITESPACE@[26; 27) 24 WHITESPACE@[26; 27) "\n"
25 BLOCK@[27; 29) 25 BLOCK@[27; 29)
26 L_CURLY@[27; 28) 26 L_CURLY@[27; 28) "{"
27 R_CURLY@[28; 29) 27 R_CURLY@[28; 29) "}"
28 WHITESPACE@[29; 30) 28 WHITESPACE@[29; 30) "\n"