aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-02 20:20:24 +0100
committerGitHub <[email protected]>2019-09-02 20:20:24 +0100
commit7faec1c30046769d4ae490e15cf5405bcfbdeef8 (patch)
tree6d268b721027a5350928a6c5a0ec227b5fde8ebc /crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt
parenta8397deab914240aca8f015fb3736689919c0a5b (diff)
parente94587e3153b52684fd3f6b82c8e7efc09ff5c8d (diff)
Merge #1752
1752: Always wrap blocks into block expressions r=flodiebold a=matklad This way, things like function bodies are expressions, and we don't have to single them out Co-authored-by: Aleksey Kladov <[email protected]>
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.txt7
1 files changed, 4 insertions, 3 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
index 061e6fb31..9298b45a4 100644
--- 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
@@ -20,9 +20,10 @@ SOURCE_FILE@[0; 30)
20 LIFETIME@[23; 25) "\'a" 20 LIFETIME@[23; 25) "\'a"
21 R_ANGLE@[25; 26) ">" 21 R_ANGLE@[25; 26) ">"
22 WHITESPACE@[26; 27) "\n" 22 WHITESPACE@[26; 27) "\n"
23 BLOCK@[27; 29) 23 BLOCK_EXPR@[27; 29)
24 L_CURLY@[27; 28) "{" 24 BLOCK@[27; 29)
25 R_CURLY@[28; 29) "}" 25 L_CURLY@[27; 28) "{"
26 R_CURLY@[28; 29) "}"
26 WHITESPACE@[29; 30) "\n" 27 WHITESPACE@[29; 30) "\n"
27error 26: expected a path 28error 26: expected a path
28error 26: expected colon 29error 26: expected colon