diff options
| author | binarycat <binarycat@envs.net> | 2025-08-21 20:50:33 -0500 |
|---|---|---|
| committer | binarycat <binarycat@envs.net> | 2025-08-21 20:50:33 -0500 |
| commit | 401f40f1c19bb7055918b6409a73adc55edde39f (patch) | |
| tree | 588c4440de73aea84629dd596dfdcc4daddc61f2 /tests/rustdoc-js-std | |
| parent | 3501e4f3f2a0501d353fb97ca823443203095682 (diff) | |
| download | rust-401f40f1c19bb7055918b6409a73adc55edde39f.tar.gz rust-401f40f1c19bb7055918b6409a73adc55edde39f.zip | |
tests/rustdoc-js-std/parser-errors.js: remove syntax that is now valid
Diffstat (limited to 'tests/rustdoc-js-std')
| -rw-r--r-- | tests/rustdoc-js-std/parser-errors.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/rustdoc-js-std/parser-errors.js b/tests/rustdoc-js-std/parser-errors.js index 49150cbd570..6e11dda8532 100644 --- a/tests/rustdoc-js-std/parser-errors.js +++ b/tests/rustdoc-js-std/parser-errors.js @@ -16,14 +16,6 @@ const PARSED = [ error: "Found generics without a path", }, { - query: '-> *', - elems: [], - foundElems: 0, - userQuery: "-> *", - returned: [], - error: "Unexpected `*` after ` ` (not a valid identifier)", - }, - { query: 'a<"P">', elems: [], foundElems: 0, |
