diff options
| author | Michael Howell <michael@notriddle.com> | 2024-09-05 17:58:05 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-09-05 17:58:05 -0700 |
| commit | 3699e939e8f6a2517806a219c082723d50dd4288 (patch) | |
| tree | 04a3d9c264d5be78b34ea0152097ca94c940b321 /tests/rustdoc-js-std/parser-errors.js | |
| parent | 9c01301c52df5d2d7b6fe337707a74e011d68d6f (diff) | |
| download | rust-3699e939e8f6a2517806a219c082723d50dd4288.tar.gz rust-3699e939e8f6a2517806a219c082723d50dd4288.zip | |
rustdoc-search: allow trailing `Foo ->` arg search
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
| -rw-r--r-- | tests/rustdoc-js-std/parser-errors.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/rustdoc-js-std/parser-errors.js b/tests/rustdoc-js-std/parser-errors.js index c4d7c2b0b85..5ce35bf511d 100644 --- a/tests/rustdoc-js-std/parser-errors.js +++ b/tests/rustdoc-js-std/parser-errors.js @@ -252,15 +252,6 @@ const PARSED = [ error: "Unexpected `'` after `b` (not a valid identifier)", }, { - query: "a->", - elems: [], - foundElems: 0, - original: "a->", - returned: [], - userQuery: "a->", - error: "Expected at least one item after `->`", - }, - { query: '"p" <a>', elems: [], foundElems: 0, |
