Skip to content

Commit 401f40f

Browse files
committed
tests/rustdoc-js-std/parser-errors.js: remove syntax that is now valid
1 parent 3501e4f commit 401f40f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/rustdoc-js-std/parser-errors.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ const PARSED = [
1515
returned: [],
1616
error: "Found generics without a path",
1717
},
18-
{
19-
query: '-> *',
20-
elems: [],
21-
foundElems: 0,
22-
userQuery: "-> *",
23-
returned: [],
24-
error: "Unexpected `*` after ` ` (not a valid identifier)",
25-
},
2618
{
2719
query: 'a<"P">',
2820
elems: [],

0 commit comments

Comments
 (0)