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/err | |
parent | 3f5f9f0560fa662e770b607f05ec4881e4d011c5 (diff) |
fix: support existential type
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err')
-rw-r--r-- | crates/ra_syntax/tests/data/parser/err/0011_extern_struct.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0011_extern_struct.txt b/crates/ra_syntax/tests/data/parser/err/0011_extern_struct.txt index 033dac2aa..381147dc0 100644 --- a/crates/ra_syntax/tests/data/parser/err/0011_extern_struct.txt +++ b/crates/ra_syntax/tests/data/parser/err/0011_extern_struct.txt | |||
@@ -10,4 +10,4 @@ SOURCE_FILE@[0; 19) | |||
10 | IDENT@[14; 17) "Foo" | 10 | IDENT@[14; 17) "Foo" |
11 | SEMI@[17; 18) ";" | 11 | SEMI@[17; 18) ";" |
12 | WHITESPACE@[18; 19) "\n" | 12 | WHITESPACE@[18; 19) "\n" |
13 | error 6: expected fn, trait or impl | 13 | error 6: expected existential, fn, trait or impl |