diff options
| author | Ben Kimock <kimockb@gmail.com> | 2025-08-24 13:03:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 13:03:53 +0000 |
| commit | 7f6f741ebaa6a396fee50b107a0dbfadc08d6a6c (patch) | |
| tree | d04b24e0cfb124ab2859a14450378bd34daed156 /tests/rustdoc-js-std/parser-errors.js | |
| parent | fe7892bc9c528d032e2d949204ca6d810da3affc (diff) | |
| parent | 9e18b7b0e1b014833ec49a10fc3544d400ca1acc (diff) | |
| download | rust-7f6f741ebaa6a396fee50b107a0dbfadc08d6a6c.tar.gz rust-7f6f741ebaa6a396fee50b107a0dbfadc08d6a6c.zip | |
Merge pull request #4541 from rust-lang/rustup-2025-08-24
Automatic Rustup
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
| -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, |
