aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0122_generic_lifetime_type_attribute.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/0122_generic_lifetime_type_attribute.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/0122_generic_lifetime_type_attribute.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/inline/ok/0122_generic_lifetime_type_attribute.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0122_generic_lifetime_type_attribute.txt b/crates/ra_syntax/test_data/parser/inline/ok/0122_generic_lifetime_type_attribute.txt
index a45995236..bc7b68b90 100644
--- a/crates/ra_syntax/test_data/parser/inline/ok/0122_generic_lifetime_type_attribute.txt
+++ b/crates/ra_syntax/test_data/parser/inline/ok/0122_generic_lifetime_type_attribute.txt
@@ -54,8 +54,9 @@ SOURCE_FILE@[0; 64)
54 IDENT@[57; 58) "T" 54 IDENT@[57; 58) "T"
55 R_PAREN@[58; 59) ")" 55 R_PAREN@[58; 59) ")"
56 WHITESPACE@[59; 60) " " 56 WHITESPACE@[59; 60) " "
57 BLOCK@[60; 63) 57 BLOCK_EXPR@[60; 63)
58 L_CURLY@[60; 61) "{" 58 BLOCK@[60; 63)
59 WHITESPACE@[61; 62) "\n" 59 L_CURLY@[60; 61) "{"
60 R_CURLY@[62; 63) "}" 60 WHITESPACE@[61; 62) "\n"
61 R_CURLY@[62; 63) "}"
61 WHITESPACE@[63; 64) "\n" 62 WHITESPACE@[63; 64) "\n"