diff options
| author | bors <bors@rust-lang.org> | 2023-11-21 17:26:55 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-11-21 17:26:55 +0000 |
| commit | 49261152b5e78848da2dc9a26ae79da09bc466b8 (patch) | |
| tree | 9afb6a02f553db48a41cc7c6eab6071a82bb8e2b /tests/rustdoc-js-std/parser-errors.js | |
| parent | 607208cd8dd54ca6e22246fdb13486556ff1ce6d (diff) | |
| parent | f1b944d1a2364f4baf4d1d9ce421fc4126adc6f5 (diff) | |
| download | rust-49261152b5e78848da2dc9a26ae79da09bc466b8.tar.gz rust-49261152b5e78848da2dc9a26ae79da09bc466b8.zip | |
Auto merge of #3182 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
| -rw-r--r-- | tests/rustdoc-js-std/parser-errors.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-js-std/parser-errors.js b/tests/rustdoc-js-std/parser-errors.js index b32bfea5439..ab8d72bf71b 100644 --- a/tests/rustdoc-js-std/parser-errors.js +++ b/tests/rustdoc-js-std/parser-errors.js @@ -303,7 +303,7 @@ const PARSED = [ original: '->a<>b', returned: [], userQuery: '->a<>b', - error: 'Expected `,` after `>`, found `b`', + error: 'Expected `,` or `=` after `>`, found `b`', }, { query: "a<->", |
