tests/rustdoc-js-std/parser-errors.js: remove syntax that is now valid

This commit is contained in:
binarycat
2025-08-21 20:50:33 -05:00
parent 3501e4f3f2
commit 401f40f1c1

View File

@@ -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: [],