diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-09-07 23:30:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-07 23:30:14 +0200 |
| commit | 04b4523efcf0790458740f1c59f7c2d248be7c9c (patch) | |
| tree | b5134474f42dfdc6b7e784dc68be06ab7d473434 /tests/rustdoc-js-std/parser-errors.js | |
| parent | a88b1af7c05bbe0e70ed77fa6dcf8f65b0c7880f (diff) | |
| parent | 3699e939e8f6a2517806a219c082723d50dd4288 (diff) | |
| download | rust-04b4523efcf0790458740f1c59f7c2d248be7c9c.tar.gz rust-04b4523efcf0790458740f1c59f7c2d248be7c9c.zip | |
Rollup merge of #130009 - notriddle:notriddle/trailing-arrow, r=lolbinarycat,GuillaumeGomez
rustdoc-search: allow trailing `Foo ->` arg search Fixes #129710
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, |
