diff options
author | csmoe <[email protected]> | 2019-06-11 14:24:14 +0100 |
---|---|---|
committer | csmoe <[email protected]> | 2019-06-12 15:32:39 +0100 |
commit | 2ca9f718978b20e8cffb669dc61b63ad7d5e82cd (patch) | |
tree | 0523b0929ac4703d1648cb0eac1fc4ea14a8b2d6 /crates/ra_syntax/tests/data/parser/inline/err | |
parent | 3f5f9f0560fa662e770b607f05ec4881e4d011c5 (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.txt | 4 |
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" |
38 | error 5: expected fn, trait or impl | 38 | error 5: expected existential, fn, trait or impl |
39 | error 31: expected fn, trait or impl | 39 | error 31: expected existential, fn, trait or impl |