tests/rustdoc-js-std/parser-errors.js: remove syntax that is now valid
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user