aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0056_where_clause.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/inline/ok/0056_where_clause.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/inline/ok/0056_where_clause.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0056_where_clause.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0056_where_clause.txt b/crates/ra_syntax/test_data/parser/inline/ok/0056_where_clause.txt
index c86a0db3f..9a9a13370 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0056_where_clause.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0056_where_clause.txt
@@ -104,7 +104,8 @@ SOURCE_FILE@[0; 116)
104 TYPE_BOUND@[110; 112) 104 TYPE_BOUND@[110; 112)
105 LIFETIME@[110; 112) "\'a" 105 LIFETIME@[110; 112) "\'a"
106 WHITESPACE@[112; 113) "\n" 106 WHITESPACE@[112; 113) "\n"
107 BLOCK@[113; 115) 107 BLOCK_EXPR@[113; 115)
108 L_CURLY@[113; 114) "{" 108 BLOCK@[113; 115)
109 R_CURLY@[114; 115) "}" 109 L_CURLY@[113; 114) "{"
110 R_CURLY@[114; 115) "}"
110 WHITESPACE@[115; 116) "\n" 111 WHITESPACE@[115; 116) "\n"