tests/rustdoc-js-std/parser-errors.js: remove syntax that is now valid
This commit is contained in:
parent
3501e4f3f2
commit
401f40f1c1
1 changed files with 0 additions and 8 deletions
|
|
@ -15,14 +15,6 @@ const PARSED = [
|
|||
returned: [],
|
||||
error: "Found generics without a path",
|
||||
},
|
||||
{
|
||||
query: '-> *',
|
||||
elems: [],
|
||||
foundElems: 0,
|
||||
userQuery: "-> *",
|
||||
returned: [],
|
||||
error: "Unexpected `*` after ` ` (not a valid identifier)",
|
||||
},
|
||||
{
|
||||
query: 'a<"P">',
|
||||
elems: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue