aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/err/0014_default_fn_type.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/err/0014_default_fn_type.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/err/0014_default_fn_type.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/err/0014_default_fn_type.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/err/0014_default_fn_type.txt b/crates/ra_syntax/test_data/parser/inline/err/0014_default_fn_type.txt
index 7da4e243f..a1a0bd7c4 100644
--- a/crates/ra_syntax/test_data/parser/inline/err/0014_default_fn_type.txt
+++ b/crates/ra_syntax/test_data/parser/inline/err/0014_default_fn_type.txt
@@ -44,9 +44,10 @@ SOURCE_FILE@[0; 62)
44 L_PAREN@[54; 55) "(" 44 L_PAREN@[54; 55) "("
45 R_PAREN@[55; 56) ")" 45 R_PAREN@[55; 56) ")"
46 WHITESPACE@[56; 57) " " 46 WHITESPACE@[56; 57) " "
47 BLOCK@[57; 59) 47 BLOCK_EXPR@[57; 59)
48 L_CURLY@[57; 58) "{" 48 BLOCK@[57; 59)
49 R_CURLY@[58; 59) "}" 49 L_CURLY@[57; 58) "{"
50 R_CURLY@[58; 59) "}"
50 WHITESPACE@[59; 60) "\n" 51 WHITESPACE@[59; 60) "\n"
51 R_CURLY@[60; 61) "}" 52 R_CURLY@[60; 61) "}"
52 WHITESPACE@[61; 62) "\n" 53 WHITESPACE@[61; 62) "\n"