aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/err
diff options
context:
space:
mode:
authorcsmoe <[email protected]>2019-06-11 14:24:14 +0100
committercsmoe <[email protected]>2019-06-12 15:32:39 +0100
commit2ca9f718978b20e8cffb669dc61b63ad7d5e82cd (patch)
tree0523b0929ac4703d1648cb0eac1fc4ea14a8b2d6 /crates/ra_syntax/tests/data/parser/inline/err
parent3f5f9f0560fa662e770b607f05ec4881e4d011c5 (diff)
fix: support existential type
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/err')
-rw-r--r--crates/ra_syntax/tests/data/parser/inline/err/0010_wrong_order_fns.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_syntax/tests/data/parser/inline/err/0010_wrong_order_fns.txt b/crates/ra_syntax/tests/data/parser/inline/err/0010_wrong_order_fns.txt
index 9eb4c9b36..b1ef210d3 100644
--- a/crates/ra_syntax/tests/data/parser/inline/err/0010_wrong_order_fns.txt
+++ b/crates/ra_syntax/tests/data/parser/inline/err/0010_wrong_order_fns.txt
@@ -35,5 +35,5 @@ SOURCE_FILE@[0; 50)
35 L_CURLY@[47; 48) "{" 35 L_CURLY@[47; 48) "{"
36 R_CURLY@[48; 49) "}" 36 R_CURLY@[48; 49) "}"
37 WHITESPACE@[49; 50) "\n" 37 WHITESPACE@[49; 50) "\n"
38error 5: expected fn, trait or impl 38error 5: expected existential, fn, trait or impl
39error 31: expected fn, trait or impl 39error 31: expected existential, fn, trait or impl