aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/err
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-06-12 15:46:05 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-06-12 15:46:05 +0100
commitc452d2842c2ac7156178a05fe477e8832253a2c4 (patch)
tree3ac7ef81def034f7bdaffd8c9656d22e35c4300b /crates/ra_syntax/tests/data/parser/inline/err
parent03645c55761f8c9345ee3837a6010e65e7a80179 (diff)
parent2ca9f718978b20e8cffb669dc61b63ad7d5e82cd (diff)
Merge #1393
1393: fix: support existential type r=matklad a=csmoe Closes https://github.com/rust-analyzer/rust-analyzer/issues/1387 r? @matklad Co-authored-by: csmoe <[email protected]>
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